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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=192",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 193,
    "results": [
        {
            "start": 932587098,
            "stop": 932587215
        },
        {
            "start": 932587575,
            "stop": 932587639
        },
        {
            "start": 932587642,
            "stop": 932588795
        },
        {
            "start": 932588797,
            "stop": 932588865
        },
        {
            "start": 932588868,
            "stop": 932588949
        },
        {
            "start": 932588954,
            "stop": 932589816
        },
        {
            "start": 932589818,
            "stop": 932589998
        },
        {
            "start": 932590000,
            "stop": 932590256
        },
        {
            "start": 932590260,
            "stop": 932590815
        },
        {
            "start": 932591175,
            "stop": 932591436
        },
        {
            "start": 932591438,
            "stop": 932591613
        },
        {
            "start": 932591631,
            "stop": 932592062
        },
        {
            "start": 932592067,
            "stop": 932592890
        },
        {
            "start": 932594775,
            "stop": 932595556
        },
        {
            "start": 932595559,
            "stop": 932595770
        },
        {
            "start": 932595773,
            "stop": 932596025
        },
        {
            "start": 932596028,
            "stop": 932596051
        },
        {
            "start": 932596055,
            "stop": 932597866
        },
        {
            "start": 932597869,
            "stop": 932598015
        },
        {
            "start": 932598375,
            "stop": 932599163
        }
    ]
}