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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=232",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 233,
    "results": [
        {
            "start": 933602655,
            "stop": 933604995
        },
        {
            "start": 933604997,
            "stop": 933606015
        },
        {
            "start": 933606255,
            "stop": 933609615
        },
        {
            "start": 933609855,
            "stop": 933612487
        },
        {
            "start": 933612489,
            "stop": 933613215
        },
        {
            "start": 933613455,
            "stop": 933614100
        },
        {
            "start": 933623054,
            "stop": 933623060
        },
        {
            "start": 933626104,
            "stop": 933627615
        },
        {
            "start": 933627855,
            "stop": 933628150
        },
        {
            "start": 933628153,
            "stop": 933628700
        },
        {
            "start": 933628705,
            "stop": 933629972
        },
        {
            "start": 933629974,
            "stop": 933629992
        },
        {
            "start": 933629997,
            "stop": 933630001
        },
        {
            "start": 933630006,
            "stop": 933630013
        },
        {
            "start": 933630017,
            "stop": 933630021
        },
        {
            "start": 933630024,
            "stop": 933630029
        },
        {
            "start": 933630033,
            "stop": 933630048
        },
        {
            "start": 933630052,
            "stop": 933630054
        },
        {
            "start": 933630057,
            "stop": 933630062
        },
        {
            "start": 933630065,
            "stop": 933630071
        }
    ]
}