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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10112",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10113,
    "results": [
        {
            "start": 873410514,
            "stop": 873411046
        },
        {
            "start": 873411053,
            "stop": 873411145
        },
        {
            "start": 873411184,
            "stop": 873411207
        },
        {
            "start": 873411214,
            "stop": 873411448
        },
        {
            "start": 873411484,
            "stop": 873411588
        },
        {
            "start": 873411595,
            "stop": 873411791
        },
        {
            "start": 873411828,
            "stop": 873411829
        },
        {
            "start": 873411961,
            "stop": 873412302
        },
        {
            "start": 873412309,
            "stop": 873412489
        },
        {
            "start": 873412542,
            "stop": 873413974
        },
        {
            "start": 873414036,
            "stop": 873414296
        },
        {
            "start": 873414529,
            "stop": 873414538
        },
        {
            "start": 873414545,
            "stop": 873414947
        },
        {
            "start": 873414954,
            "stop": 873415595
        },
        {
            "start": 873415602,
            "stop": 873415676
        },
        {
            "start": 873415683,
            "stop": 873415686
        },
        {
            "start": 873416234,
            "stop": 873416594
        },
        {
            "start": 873416601,
            "stop": 873416604
        },
        {
            "start": 873416808,
            "stop": 873417363
        },
        {
            "start": 873417371,
            "stop": 873417477
        }
    ]
}