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=15812
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15813", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15811", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15812, "results": [ { "start": 971177496, "stop": 971177500 }, { "start": 971177501, "stop": 971177517 }, { "start": 971177518, "stop": 971177522 }, { "start": 971177523, "stop": 971177532 }, { "start": 971177534, "stop": 971177535 }, { "start": 971177536, "stop": 971177539 }, { "start": 971177544, "stop": 971177545 }, { "start": 971177546, "stop": 971177550 }, { "start": 971177551, "stop": 971177555 }, { "start": 971177556, "stop": 971177557 }, { "start": 971177559, "stop": 971177562 }, { "start": 971177563, "stop": 971177564 }, { "start": 971177565, "stop": 971177568 }, { "start": 971177570, "stop": 971177579 }, { "start": 971177583, "stop": 971177584 }, { "start": 971177586, "stop": 971177587 }, { "start": 971177589, "stop": 971177591 }, { "start": 971177592, "stop": 971177593 }, { "start": 971177594, "stop": 971177595 }, { "start": 971177598, "stop": 971177600 } ] }