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=816
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=817", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=815", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 816, "results": [ { "start": 862512856, "stop": 862519216 }, { "start": 862520868, "stop": 862521708 }, { "start": 862524131, "stop": 862524671 }, { "start": 862526429, "stop": 862533269 }, { "start": 862534281, "stop": 862540821 }, { "start": 862540971, "stop": 862543101 }, { "start": 862544189, "stop": 862556069 }, { "start": 862559479, "stop": 862560379 }, { "start": 862560544, "stop": 862561924 }, { "start": 862562074, "stop": 862565704 }, { "start": 862567449, "stop": 862567929 }, { "start": 862569077, "stop": 862573277 }, { "start": 862573427, "stop": 862573637 }, { "start": 862574167, "stop": 862574287 }, { "start": 862574497, "stop": 862575157 }, { "start": 862575301, "stop": 862575841 }, { "start": 862576048, "stop": 862576468 }, { "start": 862580240, "stop": 862583540 }, { "start": 862584226, "stop": 862585216 }, { "start": 862585306, "stop": 862589266 } ] }