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=644
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=645", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=643", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 644, "results": [ { "start": 851952044, "stop": 851954144 }, { "start": 851955123, "stop": 851957463 }, { "start": 851957892, "stop": 851959392 }, { "start": 851959553, "stop": 851963183 }, { "start": 851963333, "stop": 851966453 }, { "start": 851967521, "stop": 851968781 }, { "start": 851968912, "stop": 851969242 }, { "start": 851969512, "stop": 851969932 }, { "start": 851979754, "stop": 851982034 }, { "start": 851982064, "stop": 851982214 }, { "start": 851982244, "stop": 851989774 }, { "start": 851990376, "stop": 851993106 }, { "start": 851993136, "stop": 851993196 }, { "start": 851993515, "stop": 851993875 }, { "start": 851994131, "stop": 851994491 }, { "start": 851994639, "stop": 851994939 }, { "start": 851995193, "stop": 851995373 }, { "start": 851995403, "stop": 852000263 }, { "start": 852000473, "stop": 852002993 }, { "start": 852003083, "stop": 852003923 } ] }