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/H1_CW_CAT1/segments?format=api&page=120
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=121", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=119", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 120, "results": [ { "start": 827234378, "stop": 827234389 }, { "start": 827234398, "stop": 827234437 }, { "start": 827234446, "stop": 827234452 }, { "start": 827234461, "stop": 827234472 }, { "start": 827234475, "stop": 827234486 }, { "start": 827234490, "stop": 827234495 }, { "start": 827234504, "stop": 827234739 }, { "start": 827234742, "stop": 827234806 }, { "start": 827234814, "stop": 827234820 }, { "start": 827234824, "stop": 827234859 }, { "start": 827234867, "stop": 827234873 }, { "start": 827234877, "stop": 827234883 }, { "start": 827234891, "stop": 827234917 }, { "start": 827234921, "stop": 827234936 }, { "start": 827234945, "stop": 827234966 }, { "start": 827235004, "stop": 827235009 }, { "start": 827235013, "stop": 827235029 }, { "start": 827235037, "stop": 827235053 }, { "start": 827235056, "stop": 827235120 }, { "start": 827235125, "stop": 827235221 } ] }