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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=163",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 164,
    "results": [
        {
            "start": 817290316,
            "stop": 817290317
        },
        {
            "start": 817290340,
            "stop": 817290341
        },
        {
            "start": 817290353,
            "stop": 817290361
        },
        {
            "start": 817290375,
            "stop": 817290418
        },
        {
            "start": 817290427,
            "stop": 817290446
        },
        {
            "start": 817290449,
            "stop": 817290470
        },
        {
            "start": 817290487,
            "stop": 817290525
        },
        {
            "start": 817290562,
            "stop": 817290620
        },
        {
            "start": 817290637,
            "stop": 817290891
        },
        {
            "start": 817290966,
            "stop": 817290967
        },
        {
            "start": 817290999,
            "stop": 817291006
        },
        {
            "start": 817291009,
            "stop": 817291034
        },
        {
            "start": 817291043,
            "stop": 817291044
        },
        {
            "start": 817291051,
            "stop": 817291071
        },
        {
            "start": 817291083,
            "stop": 817291101
        },
        {
            "start": 817291108,
            "stop": 817291142
        },
        {
            "start": 817291149,
            "stop": 817291159
        },
        {
            "start": 817291162,
            "stop": 817291177
        },
        {
            "start": 817291181,
            "stop": 817291237
        },
        {
            "start": 817291244,
            "stop": 817291308
        }
    ]
}