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_CBCHIGH_CAT4/segments?format=api&page=72
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=73", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=71", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 72, "results": [ { "start": 816741883, "stop": 816741961 }, { "start": 816742033, "stop": 816742050 }, { "start": 816757833, "stop": 816757881 }, { "start": 816757902, "stop": 816758003 }, { "start": 816758022, "stop": 816758030 }, { "start": 816758059, "stop": 816758120 }, { "start": 816758155, "stop": 816758224 }, { "start": 816758252, "stop": 816758293 }, { "start": 816758313, "stop": 816758378 }, { "start": 816758418, "stop": 816758447 }, { "start": 816758499, "stop": 816758553 }, { "start": 816758599, "stop": 816758623 }, { "start": 816758696, "stop": 816758736 }, { "start": 816758791, "stop": 816758808 }, { "start": 816758829, "stop": 816759005 }, { "start": 816759024, "stop": 816759049 }, { "start": 816759073, "stop": 816759108 }, { "start": 816759130, "stop": 816759233 }, { "start": 816759267, "stop": 816759300 }, { "start": 816759360, "stop": 816759377 } ] }