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_H1L1/segments?format=api&page=1084
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1085", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1083", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 1084, "results": [ { "start": 873977496, "stop": 873977556 }, { "start": 873977724, "stop": 873978264 }, { "start": 873978431, "stop": 873979571 }, { "start": 873979738, "stop": 873979918 }, { "start": 873980098, "stop": 873980998 }, { "start": 873981209, "stop": 873981509 }, { "start": 873981663, "stop": 873982443 }, { "start": 873982963, "stop": 873983203 }, { "start": 873983568, "stop": 873984048 }, { "start": 873984353, "stop": 873984713 }, { "start": 873984865, "stop": 873985585 }, { "start": 873985758, "stop": 873987438 }, { "start": 873987654, "stop": 873987774 }, { "start": 873988043, "stop": 873988223 }, { "start": 873988378, "stop": 873988438 }, { "start": 873988590, "stop": 873988650 }, { "start": 873988830, "stop": 873989850 }, { "start": 873990037, "stop": 873990997 }, { "start": 873991185, "stop": 873991785 }, { "start": 873991918, "stop": 873992038 } ] }