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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=127",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 128,
    "results": [
        {
            "start": 816979136,
            "stop": 816979171
        },
        {
            "start": 816979190,
            "stop": 816979199
        },
        {
            "start": 816979218,
            "stop": 816979369
        },
        {
            "start": 816979389,
            "stop": 816979589
        },
        {
            "start": 816979608,
            "stop": 816979669
        },
        {
            "start": 816979691,
            "stop": 816979817
        },
        {
            "start": 816979837,
            "stop": 816979851
        },
        {
            "start": 816979884,
            "stop": 816979956
        },
        {
            "start": 816979999,
            "stop": 816980255
        },
        {
            "start": 816980301,
            "stop": 816980302
        },
        {
            "start": 816980322,
            "stop": 816980478
        },
        {
            "start": 816982290,
            "stop": 816982301
        },
        {
            "start": 816982543,
            "stop": 816982544
        },
        {
            "start": 816982572,
            "stop": 816982642
        },
        {
            "start": 816982662,
            "stop": 816982677
        },
        {
            "start": 816982698,
            "stop": 816982709
        },
        {
            "start": 816982744,
            "stop": 816983033
        },
        {
            "start": 816983055,
            "stop": 816983061
        },
        {
            "start": 816983080,
            "stop": 816983087
        },
        {
            "start": 816983107,
            "stop": 816983112
        }
    ]
}