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=178
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=179", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=177", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 178, "results": [ { "start": 825624129, "stop": 825624189 }, { "start": 825626362, "stop": 825626422 }, { "start": 825628828, "stop": 825628888 }, { "start": 825632152, "stop": 825632272 }, { "start": 825633442, "stop": 825633502 }, { "start": 825634206, "stop": 825634266 }, { "start": 825634432, "stop": 825634492 }, { "start": 825635614, "stop": 825635734 }, { "start": 825636950, "stop": 825637010 }, { "start": 825637272, "stop": 825637452 }, { "start": 825638122, "stop": 825638242 }, { "start": 825638406, "stop": 825638466 }, { "start": 825638611, "stop": 825638731 }, { "start": 825639120, "stop": 825639180 }, { "start": 825640469, "stop": 825640709 }, { "start": 825641775, "stop": 825642135 }, { "start": 825642330, "stop": 825642690 }, { "start": 825643027, "stop": 825643087 }, { "start": 825644647, "stop": 825644707 }, { "start": 825645507, "stop": 825645867 } ] }