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_CAT2/segments?format=api&page=362
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=363", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=361", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 362, "results": [ { "start": 818258389, "stop": 818258391 }, { "start": 818258584, "stop": 818258587 }, { "start": 818258606, "stop": 818258607 }, { "start": 818258612, "stop": 818258613 }, { "start": 818258616, "stop": 818258619 }, { "start": 818258631, "stop": 818258633 }, { "start": 818258641, "stop": 818258646 }, { "start": 818258654, "stop": 818258657 }, { "start": 818258690, "stop": 818258691 }, { "start": 818258694, "stop": 818258696 }, { "start": 818258728, "stop": 818258729 }, { "start": 818258739, "stop": 818258741 }, { "start": 818258758, "stop": 818258762 }, { "start": 818258806, "stop": 818258808 }, { "start": 818258813, "stop": 818258819 }, { "start": 818258838, "stop": 818258839 }, { "start": 818258856, "stop": 818258857 }, { "start": 818258861, "stop": 818258862 }, { "start": 818258872, "stop": 818258876 }, { "start": 818258881, "stop": 818258882 } ] }