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=8065
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8066", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8064", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8065, "results": [ { "start": 872322595, "stop": 872322611 }, { "start": 872322667, "stop": 872322687 }, { "start": 872322750, "stop": 872322901 }, { "start": 872322920, "stop": 872323127 }, { "start": 872323146, "stop": 872323171 }, { "start": 872323190, "stop": 872323567 }, { "start": 872323603, "stop": 872323711 }, { "start": 872323737, "stop": 872323905 }, { "start": 872323924, "stop": 872324198 }, { "start": 872324217, "stop": 872324322 }, { "start": 872324341, "stop": 872324349 }, { "start": 872324368, "stop": 872324437 }, { "start": 872324457, "stop": 872324459 }, { "start": 872324478, "stop": 872324505 }, { "start": 872324524, "stop": 872324546 }, { "start": 872324583, "stop": 872324597 }, { "start": 872324616, "stop": 872324684 }, { "start": 872324701, "stop": 872324790 }, { "start": 872326125, "stop": 872326709 }, { "start": 872326726, "stop": 872327468 } ] }