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_STOCH_CAT2_H2L1/segments?format=api&page=166
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=167", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=165", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 166, "results": [ { "start": 824374938, "stop": 824374998 }, { "start": 824379573, "stop": 824379693 }, { "start": 824383597, "stop": 824383657 }, { "start": 824384518, "stop": 824384578 }, { "start": 824503027, "stop": 824503237 }, { "start": 824503481, "stop": 824503661 }, { "start": 824503829, "stop": 824504009 }, { "start": 824504163, "stop": 824504223 }, { "start": 824504380, "stop": 824504980 }, { "start": 824506242, "stop": 824506782 }, { "start": 824507686, "stop": 824507746 }, { "start": 824507930, "stop": 824509250 }, { "start": 824509430, "stop": 824511230 }, { "start": 824512470, "stop": 824513070 }, { "start": 824513235, "stop": 824513655 }, { "start": 824513822, "stop": 824514002 }, { "start": 824514181, "stop": 824514481 }, { "start": 824514632, "stop": 824516312 }, { "start": 824516534, "stop": 824518304 }, { "start": 824518454, "stop": 824525954 } ] }