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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15819
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15820", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15818", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15819, "results": [ { "start": 971178349, "stop": 971178358 }, { "start": 971178361, "stop": 971178368 }, { "start": 971178370, "stop": 971178372 }, { "start": 971178373, "stop": 971178374 }, { "start": 971178376, "stop": 971178380 }, { "start": 971178381, "stop": 971178384 }, { "start": 971178385, "stop": 971178386 }, { "start": 971178389, "stop": 971178403 }, { "start": 971178404, "stop": 971178407 }, { "start": 971178408, "stop": 971178411 }, { "start": 971178416, "stop": 971178417 }, { "start": 971178419, "stop": 971178429 }, { "start": 971178434, "stop": 971178435 }, { "start": 971178442, "stop": 971178443 }, { "start": 971178446, "stop": 971178460 }, { "start": 971178461, "stop": 971178462 }, { "start": 971178463, "stop": 971178472 }, { "start": 971178473, "stop": 971178479 }, { "start": 971178480, "stop": 971178487 }, { "start": 971178488, "stop": 971178498 } ] }