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_STOCH_CAT2_H2L1/segments?format=api&page=237
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=238", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=236", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 237, "results": [ { "start": 827745450, "stop": 827745750 }, { "start": 827745898, "stop": 827746198 }, { "start": 827746450, "stop": 827746570 }, { "start": 827746881, "stop": 827747241 }, { "start": 827747793, "stop": 827747853 }, { "start": 827748488, "stop": 827748548 }, { "start": 827748711, "stop": 827748771 }, { "start": 827749040, "stop": 827749280 }, { "start": 827749847, "stop": 827750027 }, { "start": 827750765, "stop": 827750825 }, { "start": 827751125, "stop": 827751305 }, { "start": 827752396, "stop": 827752756 }, { "start": 827753130, "stop": 827753370 }, { "start": 827753693, "stop": 827754233 }, { "start": 827754527, "stop": 827754947 }, { "start": 827755754, "stop": 827755874 }, { "start": 827756038, "stop": 827756758 }, { "start": 827756924, "stop": 827758064 }, { "start": 827758610, "stop": 827758790 }, { "start": 827759100, "stop": 827759400 } ] }