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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=262",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 263,
    "results": [
        {
            "start": 821471597,
            "stop": 821471629
        },
        {
            "start": 821471634,
            "stop": 821471727
        },
        {
            "start": 821471740,
            "stop": 821471757
        },
        {
            "start": 821475167,
            "stop": 821475198
        },
        {
            "start": 821475206,
            "stop": 821475208
        },
        {
            "start": 821475216,
            "stop": 821475224
        },
        {
            "start": 821475237,
            "stop": 821475240
        },
        {
            "start": 821475511,
            "stop": 821475515
        },
        {
            "start": 821475526,
            "stop": 821475560
        },
        {
            "start": 821479185,
            "stop": 821479193
        },
        {
            "start": 821479198,
            "stop": 821479237
        },
        {
            "start": 821479245,
            "stop": 821479314
        },
        {
            "start": 821482252,
            "stop": 821487234
        },
        {
            "start": 821487240,
            "stop": 821487739
        },
        {
            "start": 821487747,
            "stop": 821502883
        },
        {
            "start": 821502889,
            "stop": 821516422
        },
        {
            "start": 821516429,
            "stop": 821517022
        },
        {
            "start": 821517027,
            "stop": 821517735
        },
        {
            "start": 821517740,
            "stop": 821519080
        },
        {
            "start": 821519091,
            "stop": 821519102
        }
    ]
}