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_CAT2/segments?format=api&page=227
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=228", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=226", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 227, "results": [ { "start": 818217165, "stop": 818217166 }, { "start": 818217173, "stop": 818217177 }, { "start": 818217182, "stop": 818217187 }, { "start": 818217190, "stop": 818217192 }, { "start": 818217208, "stop": 818217209 }, { "start": 818217212, "stop": 818217213 }, { "start": 818217216, "stop": 818217218 }, { "start": 818217289, "stop": 818217291 }, { "start": 818217297, "stop": 818217298 }, { "start": 818217304, "stop": 818217306 }, { "start": 818217339, "stop": 818217348 }, { "start": 818217355, "stop": 818217364 }, { "start": 818217378, "stop": 818217380 }, { "start": 818217388, "stop": 818217392 }, { "start": 818217414, "stop": 818217416 }, { "start": 818217458, "stop": 818217459 }, { "start": 818217464, "stop": 818217468 }, { "start": 818217479, "stop": 818217480 }, { "start": 818217485, "stop": 818217487 }, { "start": 818217498, "stop": 818217501 } ] }