Returns the count of segments whose startTime <= time — i.e. the index at which a segment with that startTime would be inserted to keep the array sorted ascending.
startTime <= time
startTime
Lookup time, in seconds.
Segments sorted by startTime ascending.
Returns the count of segments whose
startTime <= time— i.e. the index at which a segment with thatstartTimewould be inserted to keep the array sorted ascending.