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/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=315
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=316", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=314", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 315, "results": [ { "start": 1248227242, "stop": 1248254597 }, { "start": 1248256518, "stop": 1248283363 }, { "start": 1248283364, "stop": 1248354364 }, { "start": 1248361425, "stop": 1248375561 }, { "start": 1248375563, "stop": 1248375783 }, { "start": 1248375784, "stop": 1248375790 }, { "start": 1248375791, "stop": 1248375922 }, { "start": 1248375924, "stop": 1248376025 }, { "start": 1248376026, "stop": 1248376049 }, { "start": 1248376051, "stop": 1248376074 }, { "start": 1248376075, "stop": 1248376100 }, { "start": 1248376101, "stop": 1248376400 }, { "start": 1248376402, "stop": 1248376408 }, { "start": 1248376410, "stop": 1248376581 }, { "start": 1248376583, "stop": 1248376690 }, { "start": 1248376692, "stop": 1248376720 }, { "start": 1248376722, "stop": 1248376724 }, { "start": 1248376727, "stop": 1248376730 }, { "start": 1248376731, "stop": 1248376823 }, { "start": 1248376825, "stop": 1248376827 } ] }