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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=32",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 33,
    "results": [
        {
            "start": 816977721,
            "stop": 816977889
        },
        {
            "start": 816977896,
            "stop": 816977900
        },
        {
            "start": 816977906,
            "stop": 816979040
        },
        {
            "start": 816979043,
            "stop": 816980594
        },
        {
            "start": 816980597,
            "stop": 816980603
        },
        {
            "start": 816980609,
            "stop": 816980620
        },
        {
            "start": 816981203,
            "stop": 816984781
        },
        {
            "start": 816984785,
            "stop": 816986066
        },
        {
            "start": 816986069,
            "stop": 816988691
        },
        {
            "start": 816988694,
            "stop": 816989691
        },
        {
            "start": 816989695,
            "stop": 816991001
        },
        {
            "start": 816991005,
            "stop": 816992064
        },
        {
            "start": 816992067,
            "stop": 816995242
        },
        {
            "start": 816995245,
            "stop": 816995383
        },
        {
            "start": 816995386,
            "stop": 816995431
        },
        {
            "start": 816995434,
            "stop": 816998991
        },
        {
            "start": 816998993,
            "stop": 817004796
        },
        {
            "start": 817005314,
            "stop": 817013479
        },
        {
            "start": 817013482,
            "stop": 817017302
        },
        {
            "start": 817017305,
            "stop": 817021463
        }
    ]
}