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/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=27
{ "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=28", "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=26", "results_count": 823, "results_per_page": 20, "num_pages": 42, "page_number": 27, "results": [ { "start": 1381956615, "stop": 1381958564 }, { "start": 1381964628, "stop": 1382036392 }, { "start": 1382041719, "stop": 1382052770 }, { "start": 1382054104, "stop": 1382089142 }, { "start": 1382092817, "stop": 1382111820 }, { "start": 1382111901, "stop": 1382133687 }, { "start": 1382133803, "stop": 1382135666 }, { "start": 1382136028, "stop": 1382192555 }, { "start": 1382193649, "stop": 1382193916 }, { "start": 1382194925, "stop": 1382195103 }, { "start": 1382237672, "stop": 1382296090 }, { "start": 1382311894, "stop": 1382315366 }, { "start": 1382315426, "stop": 1382315431 }, { "start": 1382315491, "stop": 1382315496 }, { "start": 1382315556, "stop": 1382315561 }, { "start": 1382331959, "stop": 1382352551 }, { "start": 1382359847, "stop": 1382373495 }, { "start": 1382381383, "stop": 1382456443 }, { "start": 1382457400, "stop": 1382472121 }, { "start": 1382487465, "stop": 1382497863 } ] }