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=10142
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=10143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10141",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10142,
    "results": [
        {
            "start": 873712840,
            "stop": 873712898
        },
        {
            "start": 873712905,
            "stop": 873712925
        },
        {
            "start": 873712932,
            "stop": 873712963
        },
        {
            "start": 873712971,
            "stop": 873713021
        },
        {
            "start": 873713042,
            "stop": 873713164
        },
        {
            "start": 873713171,
            "stop": 873713303
        },
        {
            "start": 873713314,
            "stop": 873713333
        },
        {
            "start": 873713497,
            "stop": 873713507
        },
        {
            "start": 873721523,
            "stop": 873721534
        },
        {
            "start": 873721545,
            "stop": 873721547
        },
        {
            "start": 873721622,
            "stop": 873721656
        },
        {
            "start": 873721688,
            "stop": 873721710
        },
        {
            "start": 873721793,
            "stop": 873721796
        },
        {
            "start": 873721804,
            "stop": 873721821
        },
        {
            "start": 873721829,
            "stop": 873721833
        },
        {
            "start": 873721841,
            "stop": 873721882
        },
        {
            "start": 873721893,
            "stop": 873721901
        },
        {
            "start": 873721913,
            "stop": 873721948
        },
        {
            "start": 873721978,
            "stop": 873722010
        },
        {
            "start": 873722024,
            "stop": 873722041
        }
    ]
}