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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=284",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 285,
    "results": [
        {
            "start": 820988238,
            "stop": 820988521
        },
        {
            "start": 820988524,
            "stop": 820988785
        },
        {
            "start": 820989947,
            "stop": 820990946
        },
        {
            "start": 820991954,
            "stop": 820992821
        },
        {
            "start": 820992825,
            "stop": 820993521
        },
        {
            "start": 820993524,
            "stop": 820993822
        },
        {
            "start": 820994142,
            "stop": 820994552
        },
        {
            "start": 820994952,
            "stop": 820995779
        },
        {
            "start": 820996355,
            "stop": 820996445
        },
        {
            "start": 820996448,
            "stop": 820996609
        },
        {
            "start": 820997222,
            "stop": 820997550
        },
        {
            "start": 820997610,
            "stop": 820997730
        },
        {
            "start": 820997850,
            "stop": 820997970
        },
        {
            "start": 820998150,
            "stop": 820998431
        },
        {
            "start": 821017982,
            "stop": 821019896
        },
        {
            "start": 821021086,
            "stop": 821021140
        },
        {
            "start": 821021149,
            "stop": 821021189
        },
        {
            "start": 821021197,
            "stop": 821021222
        },
        {
            "start": 821021231,
            "stop": 821021241
        },
        {
            "start": 821021264,
            "stop": 821021270
        }
    ]
}