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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=222",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 223,
    "results": [
        {
            "start": 933304470,
            "stop": 933304482
        },
        {
            "start": 933304485,
            "stop": 933304498
        },
        {
            "start": 933304500,
            "stop": 933304573
        },
        {
            "start": 933304575,
            "stop": 933304618
        },
        {
            "start": 933304620,
            "stop": 933304632
        },
        {
            "start": 933304635,
            "stop": 933304647
        },
        {
            "start": 933304651,
            "stop": 933304662
        },
        {
            "start": 933304665,
            "stop": 933304708
        },
        {
            "start": 933304710,
            "stop": 933304722
        },
        {
            "start": 933304725,
            "stop": 933304737
        },
        {
            "start": 933304741,
            "stop": 933304752
        },
        {
            "start": 933304755,
            "stop": 933304768
        },
        {
            "start": 933304770,
            "stop": 933304783
        },
        {
            "start": 933304785,
            "stop": 933304798
        },
        {
            "start": 933304800,
            "stop": 933304872
        },
        {
            "start": 933304875,
            "stop": 933304887
        },
        {
            "start": 933304890,
            "stop": 933304902
        },
        {
            "start": 933304905,
            "stop": 933304918
        },
        {
            "start": 933304920,
            "stop": 933304993
        },
        {
            "start": 933304995,
            "stop": 933305008
        }
    ]
}