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_CAT4/segments?format=api&page=15724
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15725", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15723", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15724, "results": [ { "start": 971165162, "stop": 971165166 }, { "start": 971165168, "stop": 971165169 }, { "start": 971165171, "stop": 971165175 }, { "start": 971165176, "stop": 971165177 }, { "start": 971165179, "stop": 971165184 }, { "start": 971165186, "stop": 971165187 }, { "start": 971165192, "stop": 971165194 }, { "start": 971165196, "stop": 971165197 }, { "start": 971165198, "stop": 971165200 }, { "start": 971165205, "stop": 971165206 }, { "start": 971165211, "stop": 971165212 }, { "start": 971165214, "stop": 971165215 }, { "start": 971165216, "stop": 971165217 }, { "start": 971165219, "stop": 971165221 }, { "start": 971165223, "stop": 971165228 }, { "start": 971165232, "stop": 971165233 }, { "start": 971165236, "stop": 971165240 }, { "start": 971165242, "stop": 971165250 }, { "start": 971165259, "stop": 971165262 }, { "start": 971165265, "stop": 971165267 } ] }