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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8898",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8896",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8897,
    "results": [
        {
            "start": 873294482,
            "stop": 873294490
        },
        {
            "start": 873294509,
            "stop": 873294834
        },
        {
            "start": 873294868,
            "stop": 873294973
        },
        {
            "start": 873294994,
            "stop": 873295068
        },
        {
            "start": 873295087,
            "stop": 873295208
        },
        {
            "start": 873295228,
            "stop": 873295777
        },
        {
            "start": 873295796,
            "stop": 873295940
        },
        {
            "start": 873295957,
            "stop": 873295963
        },
        {
            "start": 873295981,
            "stop": 873295983
        },
        {
            "start": 873296000,
            "stop": 873296084
        },
        {
            "start": 873296101,
            "stop": 873296615
        },
        {
            "start": 873296632,
            "stop": 873297200
        },
        {
            "start": 873297219,
            "stop": 873297368
        },
        {
            "start": 873297410,
            "stop": 873297532
        },
        {
            "start": 873297552,
            "stop": 873297598
        },
        {
            "start": 873297619,
            "stop": 873297704
        },
        {
            "start": 873297723,
            "stop": 873297736
        },
        {
            "start": 873297756,
            "stop": 873297799
        },
        {
            "start": 873297816,
            "stop": 873297880
        },
        {
            "start": 873297913,
            "stop": 873297945
        }
    ]
}