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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=730",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=728",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 729,
    "results": [
        {
            "start": 953082721,
            "stop": 953082813
        },
        {
            "start": 953082819,
            "stop": 953083145
        },
        {
            "start": 953083151,
            "stop": 953083628
        },
        {
            "start": 953083634,
            "stop": 953083691
        },
        {
            "start": 953083696,
            "stop": 953083828
        },
        {
            "start": 953083839,
            "stop": 953085923
        },
        {
            "start": 953085929,
            "stop": 953086223
        },
        {
            "start": 953086229,
            "stop": 953087793
        },
        {
            "start": 953087799,
            "stop": 953087975
        },
        {
            "start": 953088397,
            "stop": 953091263
        },
        {
            "start": 953091269,
            "stop": 953092939
        },
        {
            "start": 953092945,
            "stop": 953095228
        },
        {
            "start": 953095234,
            "stop": 953095238
        },
        {
            "start": 953095244,
            "stop": 953095605
        },
        {
            "start": 953095611,
            "stop": 953096030
        },
        {
            "start": 953096036,
            "stop": 953096514
        },
        {
            "start": 953096519,
            "stop": 953096694
        },
        {
            "start": 953096699,
            "stop": 953096966
        },
        {
            "start": 953096971,
            "stop": 953097038
        },
        {
            "start": 953097044,
            "stop": 953097147
        }
    ]
}