Apache Lucene.Net 2.4.0 Class Library API

SegmentInfos.Range Method 

Returns a new SegmentInfos containg the SegmentInfo instances in the specified range first (inclusive) to last (exclusive), so total number of segments returned is last-first.

new public SegmentInfos Range(
   int first,
   int last
);

See Also

SegmentInfos Class | Lucene.Net.Index Namespace