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_CW_CAT1/segments?format=api&page=220
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=221", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=219", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 220, "results": [ { "start": 845416371, "stop": 845440206 }, { "start": 845440357, "stop": 845444632 }, { "start": 845446107, "stop": 845449813 }, { "start": 845449837, "stop": 845449838 }, { "start": 845450698, "stop": 845466132 }, { "start": 845467074, "stop": 845468833 }, { "start": 845468849, "stop": 845468850 }, { "start": 845468960, "stop": 845469073 }, { "start": 845469106, "stop": 845469107 }, { "start": 845469201, "stop": 845473308 }, { "start": 845474568, "stop": 845478253 }, { "start": 845479539, "stop": 845482033 }, { "start": 845482059, "stop": 845482060 }, { "start": 845482125, "stop": 845484073 }, { "start": 845485304, "stop": 845490645 }, { "start": 845492792, "stop": 845493842 }, { "start": 845498313, "stop": 845536093 }, { "start": 845536099, "stop": 845536100 }, { "start": 845538185, "stop": 845538186 }, { "start": 845538193, "stop": 845540713 } ] }