Drop unsigned data if bounds are not continuous.
Signed bounds can be non-continuous, e.g. [0 - 23225], [31227 - 167454] We should not return bytes 23226-31226.
Signed bounds can be non-continuous, e.g. [0 - 23225], [31227 - 167454] We should not return bytes 23226-31226.