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=218
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=219", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=217", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 218, "results": [ { "start": 827099502, "stop": 827099562 }, { "start": 827099820, "stop": 827101080 }, { "start": 827101248, "stop": 827101308 }, { "start": 827102535, "stop": 827103495 }, { "start": 827103677, "stop": 827104217 }, { "start": 827104378, "stop": 827104738 }, { "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": 827108839 }, { "start": 827109111, "stop": 827109351 }, { "start": 827109556, "stop": 827109916 }, { "start": 827110093, "stop": 827110693 }, { "start": 827111641, "stop": 827111701 }, { "start": 827112298, "stop": 827114038 }, { "start": 827114202, "stop": 827115462 }, { "start": 827119566, "stop": 827119626 } ] }