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=14790
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14791", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14789", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14790, "results": [ { "start": 971244218, "stop": 971244242 }, { "start": 971244246, "stop": 971244250 }, { "start": 971244252, "stop": 971244292 }, { "start": 971244294, "stop": 971244296 }, { "start": 971244298, "stop": 971244299 }, { "start": 971244301, "stop": 971244302 }, { "start": 971244303, "stop": 971244310 }, { "start": 971244313, "stop": 971244342 }, { "start": 971244343, "stop": 971244414 }, { "start": 971244416, "stop": 971244421 }, { "start": 971244424, "stop": 971244435 }, { "start": 971244437, "stop": 971244448 }, { "start": 971244449, "stop": 971244450 }, { "start": 971244453, "stop": 971244470 }, { "start": 971244471, "stop": 971244475 }, { "start": 971244476, "stop": 971244482 }, { "start": 971244483, "stop": 971244485 }, { "start": 971244486, "stop": 971244492 }, { "start": 971244496, "stop": 971244497 }, { "start": 971244500, "stop": 971244513 } ] }