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=15718
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15719", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15717", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15718, "results": [ { "start": 971164514, "stop": 971164516 }, { "start": 971164517, "stop": 971164518 }, { "start": 971164521, "stop": 971164523 }, { "start": 971164526, "stop": 971164527 }, { "start": 971164529, "stop": 971164530 }, { "start": 971164532, "stop": 971164533 }, { "start": 971164534, "stop": 971164538 }, { "start": 971164539, "stop": 971164540 }, { "start": 971164541, "stop": 971164544 }, { "start": 971164545, "stop": 971164546 }, { "start": 971164550, "stop": 971164551 }, { "start": 971164553, "stop": 971164554 }, { "start": 971164556, "stop": 971164557 }, { "start": 971164558, "stop": 971164560 }, { "start": 971164561, "stop": 971164564 }, { "start": 971164567, "stop": 971164572 }, { "start": 971164577, "stop": 971164579 }, { "start": 971164581, "stop": 971164584 }, { "start": 971164585, "stop": 971164594 }, { "start": 971164598, "stop": 971164599 } ] }