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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=243",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 244,
    "results": [
        {
            "start": 860224083,
            "stop": 860240976
        },
        {
            "start": 860241792,
            "stop": 860246172
        },
        {
            "start": 860247185,
            "stop": 860247251
        },
        {
            "start": 860249096,
            "stop": 860253612
        },
        {
            "start": 860274598,
            "stop": 860277618
        },
        {
            "start": 860277722,
            "stop": 860280825
        },
        {
            "start": 860281934,
            "stop": 860282252
        },
        {
            "start": 860282513,
            "stop": 860318200
        },
        {
            "start": 860321027,
            "stop": 860328675
        },
        {
            "start": 860329951,
            "stop": 860332474
        },
        {
            "start": 860333677,
            "stop": 860342860
        },
        {
            "start": 860343077,
            "stop": 860359132
        },
        {
            "start": 860359348,
            "stop": 860369197
        },
        {
            "start": 860369236,
            "stop": 860400912
        },
        {
            "start": 860402369,
            "stop": 860410816
        },
        {
            "start": 860412325,
            "stop": 860421322
        },
        {
            "start": 860425485,
            "stop": 860430455
        },
        {
            "start": 860430841,
            "stop": 860431437
        },
        {
            "start": 860431661,
            "stop": 860433493
        },
        {
            "start": 860435005,
            "stop": 860440465
        }
    ]
}