Represent a single segment as a set of intervals
Value
a list with the following data representing a single segment
- start
the interval start of the segment
- end
the interval end of the segment
- interval_count
The number of intervals in the segment - used for collapsing disjoint intervals
- interval_sizes
The width of each interval
- interval_starts
The start index of each interval