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/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8122
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8123", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8121", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8122, "results": [ { "start": 872896315, "stop": 872897115 }, { "start": 872897132, "stop": 872897310 }, { "start": 872897327, "stop": 872897416 }, { "start": 872897433, "stop": 872898060 }, { "start": 872898540, "stop": 872898600 }, { "start": 872898720, "stop": 872898754 }, { "start": 872898771, "stop": 872898780 }, { "start": 872898840, "stop": 872899259 }, { "start": 872899276, "stop": 872899635 }, { "start": 872899812, "stop": 872899831 }, { "start": 872899848, "stop": 872900300 }, { "start": 872900317, "stop": 872900349 }, { "start": 872900366, "stop": 872900395 }, { "start": 872900412, "stop": 872900519 }, { "start": 872900536, "stop": 872900567 }, { "start": 872900584, "stop": 872900622 }, { "start": 872900640, "stop": 872901904 }, { "start": 872901921, "stop": 872901968 }, { "start": 872901985, "stop": 872902186 }, { "start": 872902203, "stop": 872902796 } ] }