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=15770
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15771", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15769", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15770, "results": [ { "start": 971170077, "stop": 971170080 }, { "start": 971170082, "stop": 971170084 }, { "start": 971170086, "stop": 971170088 }, { "start": 971170089, "stop": 971170092 }, { "start": 971170093, "stop": 971170096 }, { "start": 971170098, "stop": 971170100 }, { "start": 971170102, "stop": 971170103 }, { "start": 971170104, "stop": 971170105 }, { "start": 971170107, "stop": 971170114 }, { "start": 971170116, "stop": 971170117 }, { "start": 971170120, "stop": 971170122 }, { "start": 971170123, "stop": 971170124 }, { "start": 971170126, "stop": 971170127 }, { "start": 971170134, "stop": 971170135 }, { "start": 971170138, "stop": 971170139 }, { "start": 971170143, "stop": 971170145 }, { "start": 971170146, "stop": 971170147 }, { "start": 971170148, "stop": 971170149 }, { "start": 971170151, "stop": 971170152 }, { "start": 971170156, "stop": 971170158 } ] }