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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15860
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15861", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15859", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15860, "results": [ { "start": 971239224, "stop": 971239240 }, { "start": 971239242, "stop": 971239246 }, { "start": 971239249, "stop": 971239250 }, { "start": 971239251, "stop": 971239296 }, { "start": 971239297, "stop": 971239310 }, { "start": 971239311, "stop": 971239312 }, { "start": 971239313, "stop": 971239347 }, { "start": 971239348, "stop": 971239390 }, { "start": 971239392, "stop": 971239410 }, { "start": 971239411, "stop": 971239448 }, { "start": 971239449, "stop": 971239478 }, { "start": 971239479, "stop": 971239492 }, { "start": 971239494, "stop": 971239560 }, { "start": 971239561, "stop": 971239567 }, { "start": 971239569, "stop": 971239581 }, { "start": 971239583, "stop": 971239592 }, { "start": 971239593, "stop": 971239644 }, { "start": 971239647, "stop": 971239655 }, { "start": 971239656, "stop": 971239662 }, { "start": 971239664, "stop": 971239667 } ] }