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=10074
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=10075",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10073",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10074,
    "results": [
        {
            "start": 873108717,
            "stop": 873108836
        },
        {
            "start": 873108872,
            "stop": 873109931
        },
        {
            "start": 873109948,
            "stop": 873110042
        },
        {
            "start": 873110078,
            "stop": 873110796
        },
        {
            "start": 873110832,
            "stop": 873110865
        },
        {
            "start": 873110882,
            "stop": 873110927
        },
        {
            "start": 873110963,
            "stop": 873111097
        },
        {
            "start": 873111136,
            "stop": 873111242
        },
        {
            "start": 873111303,
            "stop": 873111400
        },
        {
            "start": 873111478,
            "stop": 873111487
        },
        {
            "start": 873111523,
            "stop": 873111583
        },
        {
            "start": 873111621,
            "stop": 873112012
        },
        {
            "start": 873112048,
            "stop": 873112620
        },
        {
            "start": 873112676,
            "stop": 873112706
        },
        {
            "start": 873112742,
            "stop": 873112972
        },
        {
            "start": 873113082,
            "stop": 873113085
        },
        {
            "start": 873113216,
            "stop": 873113250
        },
        {
            "start": 873113313,
            "stop": 873113329
        },
        {
            "start": 873113365,
            "stop": 873113382
        },
        {
            "start": 873113433,
            "stop": 873113442
        }
    ]
}