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=8156
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8157", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8155", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8156, "results": [ { "start": 873195458, "stop": 873195469 }, { "start": 873195486, "stop": 873195493 }, { "start": 873195521, "stop": 873195525 }, { "start": 873195553, "stop": 873195597 }, { "start": 873195616, "stop": 873195617 }, { "start": 873195636, "stop": 873195897 }, { "start": 873195921, "stop": 873195932 }, { "start": 873195964, "stop": 873195977 }, { "start": 873195996, "stop": 873196044 }, { "start": 873196063, "stop": 873196218 }, { "start": 873196237, "stop": 873196238 }, { "start": 873196257, "stop": 873196336 }, { "start": 873196385, "stop": 873196463 }, { "start": 873196482, "stop": 873196487 }, { "start": 873196513, "stop": 873196550 }, { "start": 873196586, "stop": 873196747 }, { "start": 873196867, "stop": 873196931 }, { "start": 873196997, "stop": 873197041 }, { "start": 873197060, "stop": 873197084 }, { "start": 873197123, "stop": 873197643 } ] }