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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=136",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 137,
    "results": [
        {
            "start": 931923507,
            "stop": 931923825
        },
        {
            "start": 931923827,
            "stop": 931923936
        },
        {
            "start": 931923939,
            "stop": 931924815
        },
        {
            "start": 931925175,
            "stop": 931925569
        },
        {
            "start": 931925571,
            "stop": 931925660
        },
        {
            "start": 931925663,
            "stop": 931925677
        },
        {
            "start": 931925679,
            "stop": 931925689
        },
        {
            "start": 931925692,
            "stop": 931925704
        },
        {
            "start": 931925706,
            "stop": 931926483
        },
        {
            "start": 931926485,
            "stop": 931926520
        },
        {
            "start": 931926522,
            "stop": 931927625
        },
        {
            "start": 931927628,
            "stop": 931927970
        },
        {
            "start": 931927972,
            "stop": 931927974
        },
        {
            "start": 931927976,
            "stop": 931928062
        },
        {
            "start": 931928068,
            "stop": 931928133
        },
        {
            "start": 931928137,
            "stop": 931928208
        },
        {
            "start": 931928210,
            "stop": 931928415
        },
        {
            "start": 931928775,
            "stop": 931929306
        },
        {
            "start": 931929309,
            "stop": 931929443
        },
        {
            "start": 931929447,
            "stop": 931930614
        }
    ]
}