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=8218
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8219", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8217", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8218, "results": [ { "start": 873604802, "stop": 873604825 }, { "start": 873604844, "stop": 873604892 }, { "start": 873604911, "stop": 873604919 }, { "start": 873604938, "stop": 873605038 }, { "start": 873605055, "stop": 873605063 }, { "start": 873605092, "stop": 873605135 }, { "start": 873605154, "stop": 873605179 }, { "start": 873605216, "stop": 873605269 }, { "start": 873606049, "stop": 873606093 }, { "start": 873606114, "stop": 873606169 }, { "start": 873606231, "stop": 873606243 }, { "start": 873606263, "stop": 873606372 }, { "start": 873606410, "stop": 873608184 }, { "start": 873608201, "stop": 873609323 }, { "start": 873609340, "stop": 873610109 }, { "start": 873610349, "stop": 873610663 }, { "start": 873610825, "stop": 873610903 }, { "start": 873613826, "stop": 873613879 }, { "start": 873613896, "stop": 873613927 }, { "start": 873613944, "stop": 873614963 } ] }