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=15705
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15706", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15704", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15705, "results": [ { "start": 971163198, "stop": 971163204 }, { "start": 971163206, "stop": 971163209 }, { "start": 971163210, "stop": 971163211 }, { "start": 971163216, "stop": 971163217 }, { "start": 971163221, "stop": 971163222 }, { "start": 971163225, "stop": 971163227 }, { "start": 971163229, "stop": 971163231 }, { "start": 971163233, "stop": 971163237 }, { "start": 971163240, "stop": 971163241 }, { "start": 971163243, "stop": 971163244 }, { "start": 971163246, "stop": 971163248 }, { "start": 971163251, "stop": 971163252 }, { "start": 971163256, "stop": 971163257 }, { "start": 971163259, "stop": 971163263 }, { "start": 971163264, "stop": 971163265 }, { "start": 971163266, "stop": 971163270 }, { "start": 971163271, "stop": 971163272 }, { "start": 971163273, "stop": 971163275 }, { "start": 971163278, "stop": 971163282 }, { "start": 971163287, "stop": 971163289 } ] }