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/H1_STOCH_CAT1/segments?format=api&page=1414
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1415", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1413", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 1414, "results": [ { "start": 848641850, "stop": 848642290 }, { "start": 848644142, "stop": 848673429 }, { "start": 848676349, "stop": 848683985 }, { "start": 848684046, "stop": 848684100 }, { "start": 848684163, "stop": 848692685 }, { "start": 848693369, "stop": 848702306 }, { "start": 848702343, "stop": 848702449 }, { "start": 848702450, "stop": 848702451 }, { "start": 848702756, "stop": 848736733 }, { "start": 848738272, "stop": 848738388 }, { "start": 848738423, "stop": 848745670 }, { "start": 848745673, "stop": 848764338 }, { "start": 848764341, "stop": 848764349 }, { "start": 848764353, "stop": 848764405 }, { "start": 848764409, "stop": 848764849 }, { "start": 848782558, "stop": 848795893 }, { "start": 848800268, "stop": 848812610 }, { "start": 848812699, "stop": 848816822 }, { "start": 848818004, "stop": 848825425 }, { "start": 848825428, "stop": 848855593 } ] }