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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=317",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 318,
    "results": [
        {
            "start": 931857351,
            "stop": 931857384
        },
        {
            "start": 931857386,
            "stop": 931857387
        },
        {
            "start": 931857392,
            "stop": 931857417
        },
        {
            "start": 931857419,
            "stop": 931857428
        },
        {
            "start": 931857430,
            "stop": 931857449
        },
        {
            "start": 931857453,
            "stop": 931857457
        },
        {
            "start": 931857459,
            "stop": 931857464
        },
        {
            "start": 931857468,
            "stop": 931857487
        },
        {
            "start": 931857489,
            "stop": 931857512
        },
        {
            "start": 931857516,
            "stop": 931857519
        },
        {
            "start": 931857523,
            "stop": 931857528
        },
        {
            "start": 931857530,
            "stop": 931857533
        },
        {
            "start": 931857536,
            "stop": 931857575
        },
        {
            "start": 931857577,
            "stop": 931857583
        },
        {
            "start": 931857586,
            "stop": 931857589
        },
        {
            "start": 931857592,
            "stop": 931857596
        },
        {
            "start": 931857598,
            "stop": 931857617
        },
        {
            "start": 931857619,
            "stop": 931857636
        },
        {
            "start": 931857643,
            "stop": 931857647
        },
        {
            "start": 931857652,
            "stop": 931857658
        }
    ]
}