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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=254",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 255,
    "results": [
        {
            "start": 827790068,
            "stop": 827790082
        },
        {
            "start": 827790089,
            "stop": 827790990
        },
        {
            "start": 827791110,
            "stop": 827791170
        },
        {
            "start": 827791230,
            "stop": 827791404
        },
        {
            "start": 827791704,
            "stop": 827791953
        },
        {
            "start": 827791956,
            "stop": 827791959
        },
        {
            "start": 827791961,
            "stop": 827791962
        },
        {
            "start": 827791964,
            "stop": 827791971
        },
        {
            "start": 827791973,
            "stop": 827791980
        },
        {
            "start": 827791984,
            "stop": 827791985
        },
        {
            "start": 827791988,
            "stop": 827792006
        },
        {
            "start": 827792008,
            "stop": 827792061
        },
        {
            "start": 827792063,
            "stop": 827793108
        },
        {
            "start": 827793492,
            "stop": 827794350
        },
        {
            "start": 827794410,
            "stop": 827794594
        },
        {
            "start": 827794894,
            "stop": 827803602
        },
        {
            "start": 827803610,
            "stop": 827808810
        },
        {
            "start": 827808930,
            "stop": 827814339
        },
        {
            "start": 827814341,
            "stop": 827817748
        },
        {
            "start": 827820324,
            "stop": 827820743
        }
    ]
}