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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=89",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 90,
    "results": [
        {
            "start": 818051278,
            "stop": 818051299
        },
        {
            "start": 818051304,
            "stop": 818051356
        },
        {
            "start": 818051360,
            "stop": 818051375
        },
        {
            "start": 818051378,
            "stop": 818051399
        },
        {
            "start": 818051403,
            "stop": 818051416
        },
        {
            "start": 818051419,
            "stop": 818051423
        },
        {
            "start": 818051426,
            "stop": 818051427
        },
        {
            "start": 818051430,
            "stop": 818051457
        },
        {
            "start": 818051461,
            "stop": 818051464
        },
        {
            "start": 818051467,
            "stop": 818051477
        },
        {
            "start": 818051482,
            "stop": 818051483
        },
        {
            "start": 818051486,
            "stop": 818051489
        },
        {
            "start": 818051493,
            "stop": 818051513
        },
        {
            "start": 818051516,
            "stop": 818051525
        },
        {
            "start": 818051529,
            "stop": 818051546
        },
        {
            "start": 818051549,
            "stop": 818051566
        },
        {
            "start": 818051569,
            "stop": 818051578
        },
        {
            "start": 818051589,
            "stop": 818051592
        },
        {
            "start": 818051595,
            "stop": 818051625
        },
        {
            "start": 818051628,
            "stop": 818051653
        }
    ]
}