Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=93
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=92",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 93,
    "results": [
        {
            "start": 817814607,
            "stop": 817814613
        },
        {
            "start": 817814621,
            "stop": 817814626
        },
        {
            "start": 817814633,
            "stop": 817814657
        },
        {
            "start": 817814664,
            "stop": 817814704
        },
        {
            "start": 817814711,
            "stop": 817814743
        },
        {
            "start": 817814751,
            "stop": 817814762
        },
        {
            "start": 817814769,
            "stop": 817814770
        },
        {
            "start": 817814800,
            "stop": 817814881
        },
        {
            "start": 817814888,
            "stop": 817814925
        },
        {
            "start": 817814932,
            "stop": 817814947
        },
        {
            "start": 817814957,
            "stop": 817815016
        },
        {
            "start": 817815025,
            "stop": 817815037
        },
        {
            "start": 817815066,
            "stop": 817815067
        },
        {
            "start": 817815079,
            "stop": 817815136
        },
        {
            "start": 817815148,
            "stop": 817815175
        },
        {
            "start": 817815211,
            "stop": 817815248
        },
        {
            "start": 817815268,
            "stop": 817815295
        },
        {
            "start": 817815327,
            "stop": 817815400
        },
        {
            "start": 817815447,
            "stop": 817815450
        },
        {
            "start": 817815481,
            "stop": 817815493
        }
    ]
}