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=8245
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8246", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8244", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8245, "results": [ { "start": 873783614, "stop": 873783816 }, { "start": 873783836, "stop": 873783875 }, { "start": 873783892, "stop": 873783926 }, { "start": 873783945, "stop": 873784030 }, { "start": 873784063, "stop": 873784217 }, { "start": 873784236, "stop": 873784400 }, { "start": 873784419, "stop": 873784484 }, { "start": 873784503, "stop": 873784678 }, { "start": 873784699, "stop": 873784721 }, { "start": 873784741, "stop": 873784853 }, { "start": 873784873, "stop": 873784906 }, { "start": 873784925, "stop": 873785135 }, { "start": 873785177, "stop": 873785255 }, { "start": 873785511, "stop": 873785517 }, { "start": 873785536, "stop": 873785635 }, { "start": 873786099, "stop": 873786122 }, { "start": 873796197, "stop": 873796202 }, { "start": 873796219, "stop": 873796268 }, { "start": 873796314, "stop": 873796325 }, { "start": 873796342, "stop": 873796444 } ] }