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=8324
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8325", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8323", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8324, "results": [ { "start": 874294197, "stop": 874294211 }, { "start": 874294249, "stop": 874294292 }, { "start": 874294350, "stop": 874294361 }, { "start": 874294380, "stop": 874294426 }, { "start": 874294447, "stop": 874294922 }, { "start": 874294941, "stop": 874295065 }, { "start": 874295183, "stop": 874296068 }, { "start": 874296085, "stop": 874296178 }, { "start": 874296210, "stop": 874296320 }, { "start": 874296339, "stop": 874296682 }, { "start": 874296702, "stop": 874296795 }, { "start": 874296812, "stop": 874297169 }, { "start": 874297192, "stop": 874297200 }, { "start": 874297222, "stop": 874297273 }, { "start": 874297293, "stop": 874297562 }, { "start": 874297581, "stop": 874297710 }, { "start": 874297728, "stop": 874298028 }, { "start": 874298065, "stop": 874298073 }, { "start": 874298107, "stop": 874298114 }, { "start": 874298133, "stop": 874298160 } ] }