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=185
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=186", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=184", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 185, "results": [ { "start": 825767580, "stop": 825769380 }, { "start": 825769606, "stop": 825769786 }, { "start": 825769957, "stop": 825770977 }, { "start": 825779011, "stop": 825779251 }, { "start": 825779415, "stop": 825779655 }, { "start": 825779807, "stop": 825779987 }, { "start": 825859102, "stop": 825860242 }, { "start": 825861142, "stop": 825861922 }, { "start": 825862061, "stop": 825862481 }, { "start": 825862630, "stop": 825862690 }, { "start": 825864571, "stop": 825865051 }, { "start": 825865628, "stop": 825865868 }, { "start": 826044717, "stop": 826044777 }, { "start": 826049631, "stop": 826049691 }, { "start": 826085847, "stop": 826085907 }, { "start": 826092310, "stop": 826092370 }, { "start": 826099579, "stop": 826099669 }, { "start": 826099914, "stop": 826100154 }, { "start": 826100414, "stop": 826100474 }, { "start": 826100787, "stop": 826100877 } ] }