Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=63
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=64", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=62", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 63, "results": [ { "start": 931501058, "stop": 931501059 }, { "start": 931501064, "stop": 931501081 }, { "start": 931501084, "stop": 931501086 }, { "start": 931501095, "stop": 931501100 }, { "start": 931501104, "stop": 931501106 }, { "start": 931501109, "stop": 931501112 }, { "start": 931501116, "stop": 931501119 }, { "start": 931501124, "stop": 931501128 }, { "start": 931501131, "stop": 931501138 }, { "start": 931501142, "stop": 931501143 }, { "start": 931501147, "stop": 931501151 }, { "start": 931501156, "stop": 931501158 }, { "start": 931501164, "stop": 931501165 }, { "start": 931501168, "stop": 931501172 }, { "start": 931501175, "stop": 931501179 }, { "start": 931501186, "stop": 931501187 }, { "start": 931501190, "stop": 931501191 }, { "start": 931501197, "stop": 931501205 }, { "start": 931501209, "stop": 931501211 }, { "start": 931501213, "stop": 931501219 } ] }