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_CAT3/segments?format=api&page=14736
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14737", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14735", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14736, "results": [ { "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 }, { "start": 971178499, "stop": 971178500 }, { "start": 971178501, "stop": 971178502 }, { "start": 971178505, "stop": 971178511 }, { "start": 971178512, "stop": 971178515 }, { "start": 971178517, "stop": 971178520 } ] }