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_CAT3/segments?format=api&page=14762
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14763", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14761", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14762, "results": [ { "start": 971181264, "stop": 971181267 }, { "start": 971181270, "stop": 971181271 }, { "start": 971181272, "stop": 971181273 }, { "start": 971181274, "stop": 971181275 }, { "start": 971181276, "stop": 971181278 }, { "start": 971181282, "stop": 971181284 }, { "start": 971181286, "stop": 971181288 }, { "start": 971181289, "stop": 971181292 }, { "start": 971181293, "stop": 971181298 }, { "start": 971181299, "stop": 971181303 }, { "start": 971181306, "stop": 971181307 }, { "start": 971181310, "stop": 971181312 }, { "start": 971181315, "stop": 971181321 }, { "start": 971181324, "stop": 971181326 }, { "start": 971181329, "stop": 971181333 }, { "start": 971181336, "stop": 971181341 }, { "start": 971181343, "stop": 971181344 }, { "start": 971181345, "stop": 971181346 }, { "start": 971181348, "stop": 971181349 }, { "start": 971181350, "stop": 971181353 } ] }