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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=266",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 267,
    "results": [
        {
            "start": 821685550,
            "stop": 821685567
        },
        {
            "start": 821685573,
            "stop": 821685574
        },
        {
            "start": 821685577,
            "stop": 821685581
        },
        {
            "start": 821685584,
            "stop": 821685589
        },
        {
            "start": 821685594,
            "stop": 821685605
        },
        {
            "start": 821685610,
            "stop": 821685643
        },
        {
            "start": 821685646,
            "stop": 821685647
        },
        {
            "start": 821685652,
            "stop": 821685658
        },
        {
            "start": 821685662,
            "stop": 821685671
        },
        {
            "start": 821685674,
            "stop": 821685675
        },
        {
            "start": 821685678,
            "stop": 821685680
        },
        {
            "start": 821685683,
            "stop": 821685690
        },
        {
            "start": 821685693,
            "stop": 821685695
        },
        {
            "start": 821685699,
            "stop": 821685706
        },
        {
            "start": 821685711,
            "stop": 821685729
        },
        {
            "start": 821685732,
            "stop": 821685739
        },
        {
            "start": 821685742,
            "stop": 821685743
        },
        {
            "start": 821685746,
            "stop": 821685751
        },
        {
            "start": 821685756,
            "stop": 821685774
        },
        {
            "start": 821685780,
            "stop": 821685781
        }
    ]
}