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=14682
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14683", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14681", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14682, "results": [ { "start": 971169618, "stop": 971169619 }, { "start": 971169621, "stop": 971169622 }, { "start": 971169629, "stop": 971169630 }, { "start": 971169631, "stop": 971169632 }, { "start": 971169633, "stop": 971169637 }, { "start": 971169638, "stop": 971169643 }, { "start": 971169644, "stop": 971169645 }, { "start": 971169647, "stop": 971169648 }, { "start": 971169649, "stop": 971169652 }, { "start": 971169653, "stop": 971169657 }, { "start": 971169658, "stop": 971169659 }, { "start": 971169661, "stop": 971169663 }, { "start": 971169666, "stop": 971169667 }, { "start": 971169669, "stop": 971169672 }, { "start": 971169675, "stop": 971169678 }, { "start": 971169683, "stop": 971169684 }, { "start": 971169686, "stop": 971169687 }, { "start": 971169688, "stop": 971169691 }, { "start": 971169692, "stop": 971169694 }, { "start": 971169695, "stop": 971169697 } ] }