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=861
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=862", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=860", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 861, "results": [ { "start": 865221795, "stop": 865221975 }, { "start": 865222191, "stop": 865229271 }, { "start": 865229485, "stop": 865237525 }, { "start": 865238632, "stop": 865250332 }, { "start": 865252717, "stop": 865253017 }, { "start": 865253354, "stop": 865254554 }, { "start": 865254752, "stop": 865259672 }, { "start": 865260136, "stop": 865260256 }, { "start": 865260418, "stop": 865261198 }, { "start": 865261356, "stop": 865263036 }, { "start": 865263187, "stop": 865263247 }, { "start": 865263441, "stop": 865263561 }, { "start": 865264331, "stop": 865264391 }, { "start": 865264810, "stop": 865265050 }, { "start": 865270513, "stop": 865271353 }, { "start": 865271594, "stop": 865271744 }, { "start": 865271834, "stop": 865272314 }, { "start": 865272459, "stop": 865273779 }, { "start": 865274005, "stop": 865275085 }, { "start": 865275241, "stop": 865275301 } ] }