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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=210",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 211,
    "results": [
        {
            "start": 1240169347,
            "stop": 1240169465
        },
        {
            "start": 1240169467,
            "stop": 1240169585
        },
        {
            "start": 1240169587,
            "stop": 1240169705
        },
        {
            "start": 1240169707,
            "stop": 1240169825
        },
        {
            "start": 1240169827,
            "stop": 1240169945
        },
        {
            "start": 1240169947,
            "stop": 1240170065
        },
        {
            "start": 1240170067,
            "stop": 1240170185
        },
        {
            "start": 1240170187,
            "stop": 1240170305
        },
        {
            "start": 1240170307,
            "stop": 1240170425
        },
        {
            "start": 1240170427,
            "stop": 1240170545
        },
        {
            "start": 1240170547,
            "stop": 1240170665
        },
        {
            "start": 1240170667,
            "stop": 1240170785
        },
        {
            "start": 1240170787,
            "stop": 1240170905
        },
        {
            "start": 1240170907,
            "stop": 1240171025
        },
        {
            "start": 1240171027,
            "stop": 1240171145
        },
        {
            "start": 1240171147,
            "stop": 1240171245
        },
        {
            "start": 1240176221,
            "stop": 1240176240
        },
        {
            "start": 1240176278,
            "stop": 1240176305
        },
        {
            "start": 1240176307,
            "stop": 1240176425
        },
        {
            "start": 1240176427,
            "stop": 1240176545
        }
    ]
}