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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=282",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 283,
    "results": [
        {
            "start": 818235583,
            "stop": 818235584
        },
        {
            "start": 818235587,
            "stop": 818235588
        },
        {
            "start": 818235602,
            "stop": 818235604
        },
        {
            "start": 818235632,
            "stop": 818235638
        },
        {
            "start": 818235643,
            "stop": 818235645
        },
        {
            "start": 818235657,
            "stop": 818235660
        },
        {
            "start": 818235696,
            "stop": 818235699
        },
        {
            "start": 818235719,
            "stop": 818235725
        },
        {
            "start": 818235742,
            "stop": 818235745
        },
        {
            "start": 818235751,
            "stop": 818235754
        },
        {
            "start": 818235757,
            "stop": 818235761
        },
        {
            "start": 818235766,
            "stop": 818235771
        },
        {
            "start": 818235776,
            "stop": 818235777
        },
        {
            "start": 818235785,
            "stop": 818235788
        },
        {
            "start": 818235796,
            "stop": 818235798
        },
        {
            "start": 818235822,
            "stop": 818235834
        },
        {
            "start": 818235841,
            "stop": 818235843
        },
        {
            "start": 818235859,
            "stop": 818235861
        },
        {
            "start": 818235864,
            "stop": 818235865
        },
        {
            "start": 818235875,
            "stop": 818235876
        }
    ]
}