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=15880
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15881", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15879", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15880, "results": [ { "start": 971246576, "stop": 971246583 }, { "start": 971246585, "stop": 971246607 }, { "start": 971246608, "stop": 971246622 }, { "start": 971246623, "stop": 971246644 }, { "start": 971246645, "stop": 971246650 }, { "start": 971246652, "stop": 971246655 }, { "start": 971246657, "stop": 971246666 }, { "start": 971246667, "stop": 971246677 }, { "start": 971246678, "stop": 971246682 }, { "start": 971246683, "stop": 971246700 }, { "start": 971246701, "stop": 971246702 }, { "start": 971246704, "stop": 971246728 }, { "start": 971249658, "stop": 971249775 }, { "start": 971249778, "stop": 971249849 }, { "start": 971249852, "stop": 971249903 }, { "start": 971249921, "stop": 971249949 }, { "start": 971249952, "stop": 971249974 }, { "start": 971249976, "stop": 971249994 }, { "start": 971249997, "stop": 971250001 }, { "start": 971250004, "stop": 971250069 } ] }