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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=258",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 259,
    "results": [
        {
            "start": 818225389,
            "stop": 818225390
        },
        {
            "start": 818225393,
            "stop": 818225395
        },
        {
            "start": 818225403,
            "stop": 818225404
        },
        {
            "start": 818225407,
            "stop": 818225408
        },
        {
            "start": 818225419,
            "stop": 818225421
        },
        {
            "start": 818225447,
            "stop": 818225448
        },
        {
            "start": 818225460,
            "stop": 818225461
        },
        {
            "start": 818225464,
            "stop": 818225465
        },
        {
            "start": 818225471,
            "stop": 818225472
        },
        {
            "start": 818225479,
            "stop": 818225483
        },
        {
            "start": 818225487,
            "stop": 818225490
        },
        {
            "start": 818225500,
            "stop": 818225502
        },
        {
            "start": 818225523,
            "stop": 818225526
        },
        {
            "start": 818225548,
            "stop": 818225549
        },
        {
            "start": 818225561,
            "stop": 818225564
        },
        {
            "start": 818225577,
            "stop": 818225579
        },
        {
            "start": 818225582,
            "stop": 818225586
        },
        {
            "start": 818225633,
            "stop": 818225636
        },
        {
            "start": 818225642,
            "stop": 818225643
        },
        {
            "start": 818225651,
            "stop": 818225652
        }
    ]
}