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=15784
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15785", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15783", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15784, "results": [ { "start": 971171609, "stop": 971171610 }, { "start": 971171611, "stop": 971171613 }, { "start": 971171614, "stop": 971171617 }, { "start": 971171621, "stop": 971171622 }, { "start": 971171624, "stop": 971171625 }, { "start": 971171626, "stop": 971171627 }, { "start": 971171629, "stop": 971171630 }, { "start": 971171634, "stop": 971171635 }, { "start": 971171638, "stop": 971171640 }, { "start": 971171641, "stop": 971171645 }, { "start": 971171646, "stop": 971171647 }, { "start": 971171649, "stop": 971171650 }, { "start": 971171651, "stop": 971171653 }, { "start": 971171654, "stop": 971171655 }, { "start": 971171670, "stop": 971171672 }, { "start": 971171674, "stop": 971171675 }, { "start": 971171676, "stop": 971171678 }, { "start": 971171679, "stop": 971171680 }, { "start": 971171686, "stop": 971171687 }, { "start": 971171689, "stop": 971171691 } ] }