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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=323",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 324,
    "results": [
        {
            "start": 821266270,
            "stop": 821266587
        },
        {
            "start": 821266588,
            "stop": 821266745
        },
        {
            "start": 821266764,
            "stop": 821267123
        },
        {
            "start": 821267142,
            "stop": 821267620
        },
        {
            "start": 821267639,
            "stop": 821267964
        },
        {
            "start": 821267983,
            "stop": 821268028
        },
        {
            "start": 821268047,
            "stop": 821268086
        },
        {
            "start": 821268089,
            "stop": 821268536
        },
        {
            "start": 821268573,
            "stop": 821268664
        },
        {
            "start": 821268683,
            "stop": 821269170
        },
        {
            "start": 821269173,
            "stop": 821269380
        },
        {
            "start": 821269399,
            "stop": 821269535
        },
        {
            "start": 821269538,
            "stop": 821269943
        },
        {
            "start": 821269962,
            "stop": 821270587
        },
        {
            "start": 821270606,
            "stop": 821270669
        },
        {
            "start": 821270687,
            "stop": 821270801
        },
        {
            "start": 821270820,
            "stop": 821270908
        },
        {
            "start": 821270927,
            "stop": 821270999
        },
        {
            "start": 821271018,
            "stop": 821271151
        },
        {
            "start": 821271170,
            "stop": 821271221
        }
    ]
}