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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3796",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3797,
    "results": [
        {
            "start": 873216141,
            "stop": 873216221
        },
        {
            "start": 873216222,
            "stop": 873216305
        },
        {
            "start": 873216306,
            "stop": 873216307
        },
        {
            "start": 873216308,
            "stop": 873216329
        },
        {
            "start": 873216332,
            "stop": 873216336
        },
        {
            "start": 873216339,
            "stop": 873216342
        },
        {
            "start": 873216346,
            "stop": 873216358
        },
        {
            "start": 873216359,
            "stop": 873216361
        },
        {
            "start": 873216362,
            "stop": 873216363
        },
        {
            "start": 873216365,
            "stop": 873216379
        },
        {
            "start": 873216382,
            "stop": 873216384
        },
        {
            "start": 873216387,
            "stop": 873216455
        },
        {
            "start": 873216456,
            "stop": 873216467
        },
        {
            "start": 873216469,
            "stop": 873216477
        },
        {
            "start": 873219818,
            "stop": 873219819
        },
        {
            "start": 873219820,
            "stop": 873219822
        },
        {
            "start": 873219825,
            "stop": 873219833
        },
        {
            "start": 873219834,
            "stop": 873219838
        },
        {
            "start": 873219839,
            "stop": 873219842
        },
        {
            "start": 873219845,
            "stop": 873219847
        }
    ]
}