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_CAT2/segments?format=api&page=1193
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1192",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1193,
    "results": [
        {
            "start": 953102193,
            "stop": 953102649
        },
        {
            "start": 953104822,
            "stop": 953106446
        },
        {
            "start": 953106448,
            "stop": 953107503
        },
        {
            "start": 953107505,
            "stop": 953108138
        },
        {
            "start": 953108140,
            "stop": 953108921
        },
        {
            "start": 953108923,
            "stop": 953109347
        },
        {
            "start": 953109348,
            "stop": 953109408
        },
        {
            "start": 953109410,
            "stop": 953109904
        },
        {
            "start": 953109905,
            "stop": 953109918
        },
        {
            "start": 953109920,
            "stop": 953110398
        },
        {
            "start": 953110400,
            "stop": 953113465
        },
        {
            "start": 953113467,
            "stop": 953114840
        },
        {
            "start": 953114842,
            "stop": 953115775
        },
        {
            "start": 953115777,
            "stop": 953116530
        },
        {
            "start": 953116532,
            "stop": 953117028
        },
        {
            "start": 953117030,
            "stop": 953118371
        },
        {
            "start": 953118373,
            "stop": 953118913
        },
        {
            "start": 953118915,
            "stop": 953121388
        },
        {
            "start": 953121390,
            "stop": 953123427
        },
        {
            "start": 953126700,
            "stop": 953130775
        }
    ]
}