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=10133
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=10134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10132",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10133,
    "results": [
        {
            "start": 873600161,
            "stop": 873600285
        },
        {
            "start": 873600647,
            "stop": 873601620
        },
        {
            "start": 873601665,
            "stop": 873601672
        },
        {
            "start": 873601714,
            "stop": 873601925
        },
        {
            "start": 873601964,
            "stop": 873602018
        },
        {
            "start": 873602191,
            "stop": 873602365
        },
        {
            "start": 873602510,
            "stop": 873602653
        },
        {
            "start": 873602721,
            "stop": 873603375
        },
        {
            "start": 873603411,
            "stop": 873603930
        },
        {
            "start": 873603966,
            "stop": 873604165
        },
        {
            "start": 873604201,
            "stop": 873604228
        },
        {
            "start": 873604397,
            "stop": 873604399
        },
        {
            "start": 873604471,
            "stop": 873604485
        },
        {
            "start": 873604542,
            "stop": 873604609
        },
        {
            "start": 873604655,
            "stop": 873604675
        },
        {
            "start": 873604819,
            "stop": 873604825
        },
        {
            "start": 873604861,
            "stop": 873604892
        },
        {
            "start": 873604955,
            "stop": 873605063
        },
        {
            "start": 873605109,
            "stop": 873605135
        },
        {
            "start": 873605171,
            "stop": 873605179
        }
    ]
}