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=15704
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15705", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15703", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15704, "results": [ { "start": 971163070, "stop": 971163074 }, { "start": 971163076, "stop": 971163081 }, { "start": 971163083, "stop": 971163088 }, { "start": 971163092, "stop": 971163096 }, { "start": 971163097, "stop": 971163100 }, { "start": 971163102, "stop": 971163109 }, { "start": 971163115, "stop": 971163118 }, { "start": 971163119, "stop": 971163121 }, { "start": 971163123, "stop": 971163124 }, { "start": 971163131, "stop": 971163134 }, { "start": 971163136, "stop": 971163137 }, { "start": 971163138, "stop": 971163147 }, { "start": 971163148, "stop": 971163149 }, { "start": 971163154, "stop": 971163155 }, { "start": 971163157, "stop": 971163166 }, { "start": 971163169, "stop": 971163172 }, { "start": 971163177, "stop": 971163181 }, { "start": 971163183, "stop": 971163188 }, { "start": 971163190, "stop": 971163193 }, { "start": 971163196, "stop": 971163197 } ] }