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=85
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=86", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=84", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 85, "results": [ { "start": 817991844, "stop": 817991965 }, { "start": 817991968, "stop": 817992054 }, { "start": 817992057, "stop": 817992059 }, { "start": 817992062, "stop": 817992555 }, { "start": 817992558, "stop": 817992592 }, { "start": 817992595, "stop": 817992611 }, { "start": 817992614, "stop": 817992636 }, { "start": 817992639, "stop": 817992642 }, { "start": 817992645, "stop": 817992658 }, { "start": 817992661, "stop": 817992785 }, { "start": 817992788, "stop": 817992918 }, { "start": 817992921, "stop": 817993095 }, { "start": 817993098, "stop": 817993175 }, { "start": 817993178, "stop": 817993247 }, { "start": 817993250, "stop": 817993602 }, { "start": 817993605, "stop": 817993738 }, { "start": 817993741, "stop": 817993818 }, { "start": 817993823, "stop": 817993885 }, { "start": 817993888, "stop": 817993926 }, { "start": 817993929, "stop": 817993934 } ] }