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=15732
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15733", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15731", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15732, "results": [ { "start": 971166116, "stop": 971166117 }, { "start": 971166118, "stop": 971166121 }, { "start": 971166122, "stop": 971166123 }, { "start": 971166124, "stop": 971166127 }, { "start": 971166132, "stop": 971166135 }, { "start": 971166136, "stop": 971166137 }, { "start": 971166139, "stop": 971166140 }, { "start": 971166141, "stop": 971166143 }, { "start": 971166146, "stop": 971166147 }, { "start": 971166148, "stop": 971166150 }, { "start": 971166151, "stop": 971166152 }, { "start": 971166154, "stop": 971166155 }, { "start": 971166156, "stop": 971166158 }, { "start": 971166159, "stop": 971166160 }, { "start": 971166164, "stop": 971166165 }, { "start": 971166166, "stop": 971166173 }, { "start": 971166174, "stop": 971166175 }, { "start": 971166177, "stop": 971166180 }, { "start": 971166181, "stop": 971166183 }, { "start": 971166184, "stop": 971166185 } ] }