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_CAT3/segments?format=api&page=343
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=344", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=342", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 343, "results": [ { "start": 818812969, "stop": 818813005 }, { "start": 818813024, "stop": 818813036 }, { "start": 818813090, "stop": 818813132 }, { "start": 818813173, "stop": 818813198 }, { "start": 818813218, "stop": 818813254 }, { "start": 818813257, "stop": 818813286 }, { "start": 818813317, "stop": 818813325 }, { "start": 818813374, "stop": 818813419 }, { "start": 818813438, "stop": 818813536 }, { "start": 818813557, "stop": 818813559 }, { "start": 818813579, "stop": 818813595 }, { "start": 818813686, "stop": 818813697 }, { "start": 818813756, "stop": 818813803 }, { "start": 818813835, "stop": 818813844 }, { "start": 818813898, "stop": 818813956 }, { "start": 818813976, "stop": 818814000 }, { "start": 818814056, "stop": 818814062 }, { "start": 818814107, "stop": 818814132 }, { "start": 818814182, "stop": 818814189 }, { "start": 818814260, "stop": 818814261 } ] }