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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=308",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 309,
    "results": [
        {
            "start": 860274598,
            "stop": 860277618
        },
        {
            "start": 860277722,
            "stop": 860280825
        },
        {
            "start": 860281934,
            "stop": 860282252
        },
        {
            "start": 860282513,
            "stop": 860318200
        },
        {
            "start": 860321027,
            "stop": 860328646
        },
        {
            "start": 860329951,
            "stop": 860332474
        },
        {
            "start": 860333677,
            "stop": 860342860
        },
        {
            "start": 860343077,
            "stop": 860359132
        },
        {
            "start": 860359348,
            "stop": 860369197
        },
        {
            "start": 860369236,
            "stop": 860400912
        },
        {
            "start": 860402369,
            "stop": 860410786
        },
        {
            "start": 860412325,
            "stop": 860421293
        },
        {
            "start": 860425485,
            "stop": 860430455
        },
        {
            "start": 860430841,
            "stop": 860431437
        },
        {
            "start": 860431661,
            "stop": 860433464
        },
        {
            "start": 860435005,
            "stop": 860440435
        },
        {
            "start": 860444670,
            "stop": 860445301
        },
        {
            "start": 860445437,
            "stop": 860446408
        },
        {
            "start": 860446609,
            "stop": 860447991
        },
        {
            "start": 860449642,
            "stop": 860453592
        }
    ]
}