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/O1/timelines/L1_CBC_CAT2/segments?format=api&page=40
{ "next": null, "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT2/segments?format=api&page=39", "results_count": 792, "results_per_page": 20, "num_pages": 40, "page_number": 40, "results": [ { "start": 1136910824, "stop": 1136911991 }, { "start": 1136912567, "stop": 1136912601 }, { "start": 1136954885, "stop": 1136956029 }, { "start": 1137006321, "stop": 1137009449 }, { "start": 1137009884, "stop": 1137021756 }, { "start": 1137022361, "stop": 1137026162 }, { "start": 1137207120, "stop": 1137215120 }, { "start": 1137215656, "stop": 1137218923 }, { "start": 1137218925, "stop": 1137242239 }, { "start": 1137242241, "stop": 1137245022 }, { "start": 1137245024, "stop": 1137248329 }, { "start": 1137248762, "stop": 1137250767 } ] }