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/H1_CBCHIGH_CAT3/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/H1_CBCHIGH_CAT3/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=282",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 283,
    "results": [
        {
            "start": 821829906,
            "stop": 821830010
        },
        {
            "start": 821830013,
            "stop": 821831046
        },
        {
            "start": 821831049,
            "stop": 821831342
        },
        {
            "start": 821832198,
            "stop": 821832742
        },
        {
            "start": 821832745,
            "stop": 821832980
        },
        {
            "start": 821835537,
            "stop": 821838975
        },
        {
            "start": 821839089,
            "stop": 821840590
        },
        {
            "start": 821841971,
            "stop": 821842983
        },
        {
            "start": 821842986,
            "stop": 821843903
        },
        {
            "start": 821843906,
            "stop": 821846305
        },
        {
            "start": 821847618,
            "stop": 821852825
        },
        {
            "start": 821852829,
            "stop": 821862328
        },
        {
            "start": 821862331,
            "stop": 821870656
        },
        {
            "start": 821870659,
            "stop": 821872730
        },
        {
            "start": 821875260,
            "stop": 821875413
        },
        {
            "start": 821875417,
            "stop": 821876445
        },
        {
            "start": 821876448,
            "stop": 821883253
        },
        {
            "start": 821883539,
            "stop": 821886966
        },
        {
            "start": 821886970,
            "stop": 821891962
        },
        {
            "start": 821891965,
            "stop": 821906353
        }
    ]
}