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_H1L1/segments?format=api&page=210
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=211", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=209", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 210, "results": [ { "start": 827099502, "stop": 827099562 }, { "start": 827099820, "stop": 827101080 }, { "start": 827101228, "stop": 827101318 }, { "start": 827101541, "stop": 827103521 }, { "start": 827103677, "stop": 827104217 }, { "start": 827104388, "stop": 827104748 }, { "start": 827104989, "stop": 827105289 }, { "start": 827105515, "stop": 827105875 }, { "start": 827106058, "stop": 827106358 }, { "start": 827106523, "stop": 827106703 }, { "start": 827106868, "stop": 827106988 }, { "start": 827107232, "stop": 827107532 }, { "start": 827107688, "stop": 827108408 }, { "start": 827108599, "stop": 827108779 }, { "start": 827109111, "stop": 827109351 }, { "start": 827109556, "stop": 827109916 }, { "start": 827110074, "stop": 827110254 }, { "start": 827110653, "stop": 827110713 }, { "start": 827111641, "stop": 827111701 }, { "start": 827112320, "stop": 827112440 } ] }