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_CBCHIGH_CAT4/segments?format=api&page=8027
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8028", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8026", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8027, "results": [ { "start": 872140029, "stop": 872140076 }, { "start": 872140104, "stop": 872140125 }, { "start": 872140144, "stop": 872140181 }, { "start": 872140200, "stop": 872140206 }, { "start": 872140241, "stop": 872140319 }, { "start": 872140336, "stop": 872140460 }, { "start": 872140481, "stop": 872140497 }, { "start": 872140518, "stop": 872140567 }, { "start": 872140628, "stop": 872140657 }, { "start": 872140679, "stop": 872140741 }, { "start": 872140780, "stop": 872140861 }, { "start": 872140884, "stop": 872140978 }, { "start": 872141001, "stop": 872141007 }, { "start": 872141032, "stop": 872141149 }, { "start": 872141168, "stop": 872141231 }, { "start": 872141251, "stop": 872141287 }, { "start": 872141306, "stop": 872141348 }, { "start": 872141367, "stop": 872141796 }, { "start": 872141813, "stop": 872143129 }, { "start": 872143146, "stop": 872143360 } ] }