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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=79",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 80,
    "results": [
        {
            "start": 931465440,
            "stop": 931465441
        },
        {
            "start": 931465488,
            "stop": 931465600
        },
        {
            "start": 931465629,
            "stop": 931465641
        },
        {
            "start": 931465665,
            "stop": 931465717
        },
        {
            "start": 931465734,
            "stop": 931465762
        },
        {
            "start": 931465764,
            "stop": 931465794
        },
        {
            "start": 931465796,
            "stop": 931465827
        },
        {
            "start": 931465830,
            "stop": 931465839
        },
        {
            "start": 931465862,
            "stop": 931465872
        },
        {
            "start": 931465874,
            "stop": 931465901
        },
        {
            "start": 931465905,
            "stop": 931465917
        },
        {
            "start": 931465935,
            "stop": 931465946
        },
        {
            "start": 931465950,
            "stop": 931465952
        },
        {
            "start": 931465970,
            "stop": 931465976
        },
        {
            "start": 931465979,
            "stop": 931465995
        },
        {
            "start": 931466012,
            "stop": 931466045
        },
        {
            "start": 931466047,
            "stop": 931466071
        },
        {
            "start": 931466128,
            "stop": 931466139
        },
        {
            "start": 931466141,
            "stop": 931466219
        },
        {
            "start": 931466244,
            "stop": 931466302
        }
    ]
}