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=328
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=329", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=327", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 328, "results": [ { "start": 931889318, "stop": 931889385 }, { "start": 931889386, "stop": 931889664 }, { "start": 931889681, "stop": 931889759 }, { "start": 931889879, "stop": 931890105 }, { "start": 931890106, "stop": 931890218 }, { "start": 931890338, "stop": 931890507 }, { "start": 931890509, "stop": 931890867 }, { "start": 931890868, "stop": 931891054 }, { "start": 931891055, "stop": 931891102 }, { "start": 931891103, "stop": 931891652 }, { "start": 931891653, "stop": 931891654 }, { "start": 931891655, "stop": 931891704 }, { "start": 931891824, "stop": 931892424 }, { "start": 931892544, "stop": 931892977 }, { "start": 931892979, "stop": 931893303 }, { "start": 931893304, "stop": 931893826 }, { "start": 931893827, "stop": 931894079 }, { "start": 931894081, "stop": 931894092 }, { "start": 931894094, "stop": 931894228 }, { "start": 931894348, "stop": 931894567 } ] }