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=3689
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=3690",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3688",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3689,
    "results": [
        {
            "start": 873084873,
            "stop": 873086062
        },
        {
            "start": 873086079,
            "stop": 873086460
        },
        {
            "start": 873086520,
            "stop": 873086625
        },
        {
            "start": 873086642,
            "stop": 873087017
        },
        {
            "start": 873087034,
            "stop": 873087126
        },
        {
            "start": 873087143,
            "stop": 873087540
        },
        {
            "start": 873087600,
            "stop": 873087638
        },
        {
            "start": 873087825,
            "stop": 873089280
        },
        {
            "start": 873089340,
            "stop": 873089352
        },
        {
            "start": 873089355,
            "stop": 873089434
        },
        {
            "start": 873089438,
            "stop": 873089562
        },
        {
            "start": 873089566,
            "stop": 873089613
        },
        {
            "start": 873089617,
            "stop": 873089642
        },
        {
            "start": 873089648,
            "stop": 873089655
        },
        {
            "start": 873089658,
            "stop": 873089666
        },
        {
            "start": 873089672,
            "stop": 873089704
        },
        {
            "start": 873089708,
            "stop": 873089877
        },
        {
            "start": 873089882,
            "stop": 873090205
        },
        {
            "start": 873090208,
            "stop": 873090420
        },
        {
            "start": 873090480,
            "stop": 873090540
        }
    ]
}