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_H1L1/segments?format=api&page=173
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=174", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=172", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 173, "results": [ { "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 }, { "start": 825646134, "stop": 825646194 }, { "start": 825646544, "stop": 825647264 }, { "start": 825647438, "stop": 825647558 }, { "start": 825648798, "stop": 825649248 }, { "start": 825650136, "stop": 825650856 }, { "start": 825651169, "stop": 825651349 } ] }