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/H2_CW_CAT1/segments?format=api&page=251
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=252", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=250", "results_count": 7262, "results_per_page": 20, "num_pages": 364, "page_number": 251, "results": [ { "start": 852206385, "stop": 852206795 }, { "start": 852206799, "stop": 852206829 }, { "start": 852206833, "stop": 852206843 }, { "start": 852206847, "stop": 852206872 }, { "start": 852206875, "stop": 852206881 }, { "start": 852206890, "stop": 852206895 }, { "start": 852206904, "stop": 852206919 }, { "start": 852206942, "stop": 852206946 }, { "start": 852207009, "stop": 852207024 }, { "start": 852207033, "stop": 852207043 }, { "start": 852207057, "stop": 852207063 }, { "start": 852207066, "stop": 852207072 }, { "start": 852207086, "stop": 852207130 }, { "start": 852207149, "stop": 852207245 }, { "start": 852207249, "stop": 852211130 }, { "start": 852211134, "stop": 852211155 }, { "start": 852211158, "stop": 852211328 }, { "start": 852211331, "stop": 852211337 }, { "start": 852211341, "stop": 852211352 }, { "start": 852211361, "stop": 852211371 } ] }