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_CAT3/segments?format=api&page=14729
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14730", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14728", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14729, "results": [ { "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 }, { "start": 971177601, "stop": 971177604 }, { "start": 971177606, "stop": 971177607 }, { "start": 971177611, "stop": 971177612 }, { "start": 971177613, "stop": 971177615 }, { "start": 971177620, "stop": 971177621 } ] }