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/H1_CBCHIGH_CAT4/segments?format=api&page=9846
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9845",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9846,
    "results": [
        {
            "start": 874072882,
            "stop": 874073572
        },
        {
            "start": 874073589,
            "stop": 874074486
        },
        {
            "start": 874074503,
            "stop": 874075056
        },
        {
            "start": 874075073,
            "stop": 874075530
        },
        {
            "start": 874075650,
            "stop": 874075914
        },
        {
            "start": 874075931,
            "stop": 874076022
        },
        {
            "start": 874076263,
            "stop": 874076367
        },
        {
            "start": 874076384,
            "stop": 874077313
        },
        {
            "start": 874077330,
            "stop": 874078934
        },
        {
            "start": 874078951,
            "stop": 874079163
        },
        {
            "start": 874079283,
            "stop": 874079537
        },
        {
            "start": 874079554,
            "stop": 874079857
        },
        {
            "start": 874079874,
            "stop": 874079984
        },
        {
            "start": 874080165,
            "stop": 874080274
        },
        {
            "start": 874080291,
            "stop": 874081074
        },
        {
            "start": 874081091,
            "stop": 874081453
        },
        {
            "start": 874081470,
            "stop": 874081745
        },
        {
            "start": 874081764,
            "stop": 874082580
        },
        {
            "start": 874082640,
            "stop": 874082934
        },
        {
            "start": 874082951,
            "stop": 874082961
        }
    ]
}