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=315
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=316", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=314", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 315, "results": [ { "start": 833236840, "stop": 833237200 }, { "start": 833237432, "stop": 833241692 }, { "start": 833241844, "stop": 833242024 }, { "start": 833243942, "stop": 833244542 }, { "start": 833244662, "stop": 833250122 }, { "start": 833250327, "stop": 833250447 }, { "start": 833250781, "stop": 833255521 }, { "start": 833258204, "stop": 833258684 }, { "start": 833258829, "stop": 833259129 }, { "start": 833259277, "stop": 833259637 }, { "start": 833259828, "stop": 833261208 }, { "start": 833261764, "stop": 833262154 }, { "start": 833262184, "stop": 833263804 }, { "start": 833263864, "stop": 833265994 }, { "start": 833266144, "stop": 833268784 }, { "start": 833268995, "stop": 833269295 }, { "start": 833272695, "stop": 833272995 }, { "start": 833273305, "stop": 833274025 }, { "start": 833274339, "stop": 833274879 }, { "start": 833275962, "stop": 833277942 } ] }