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=367
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=368", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=366", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 367, "results": [ { "start": 835557149, "stop": 835557269 }, { "start": 835558132, "stop": 835558492 }, { "start": 835558667, "stop": 835558757 }, { "start": 835558907, "stop": 835559207 }, { "start": 835559653, "stop": 835559953 }, { "start": 835560111, "stop": 835560531 }, { "start": 835560842, "stop": 835560962 }, { "start": 835561251, "stop": 835561311 }, { "start": 835561535, "stop": 835562855 }, { "start": 835563158, "stop": 835565438 }, { "start": 835565669, "stop": 835565729 }, { "start": 835566599, "stop": 835566659 }, { "start": 835570730, "stop": 835574870 }, { "start": 835575063, "stop": 835584063 }, { "start": 835584265, "stop": 835585945 }, { "start": 835587946, "stop": 835597486 }, { "start": 835597652, "stop": 835604012 }, { "start": 835604162, "stop": 835605752 }, { "start": 835610757, "stop": 835612407 }, { "start": 835612557, "stop": 835614657 } ] }