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_STOCH_CAT2_H2L1/segments?format=api&page=629
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=630", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=628", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 629, "results": [ { "start": 850824437, "stop": 850825037 }, { "start": 850827198, "stop": 850831218 }, { "start": 850831372, "stop": 850832332 }, { "start": 850833435, "stop": 850834635 }, { "start": 850834762, "stop": 850837132 }, { "start": 850837282, "stop": 850838242 }, { "start": 850838375, "stop": 850839935 }, { "start": 850840080, "stop": 850840980 }, { "start": 850842320, "stop": 850845590 }, { "start": 850845762, "stop": 850846962 }, { "start": 850847110, "stop": 850853230 }, { "start": 850854902, "stop": 850854962 }, { "start": 850855158, "stop": 850855218 }, { "start": 850855376, "stop": 850855436 }, { "start": 850855607, "stop": 850855727 }, { "start": 850873820, "stop": 850880120 }, { "start": 850881771, "stop": 850881951 }, { "start": 850882110, "stop": 850882890 }, { "start": 850883040, "stop": 850886880 }, { "start": 850886910, "stop": 850890240 } ] }