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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8926",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8927,
    "results": [
        {
            "start": 873489018,
            "stop": 873489025
        },
        {
            "start": 873489044,
            "stop": 873489097
        },
        {
            "start": 873489174,
            "stop": 873489246
        },
        {
            "start": 873489266,
            "stop": 873489730
        },
        {
            "start": 873489754,
            "stop": 873489842
        },
        {
            "start": 873489925,
            "stop": 873490051
        },
        {
            "start": 873490071,
            "stop": 873490081
        },
        {
            "start": 873490098,
            "stop": 873490290
        },
        {
            "start": 873490313,
            "stop": 873490336
        },
        {
            "start": 873490360,
            "stop": 873490399
        },
        {
            "start": 873490419,
            "stop": 873490433
        },
        {
            "start": 873490454,
            "stop": 873490466
        },
        {
            "start": 873490507,
            "stop": 873490597
        },
        {
            "start": 873490616,
            "stop": 873490708
        },
        {
            "start": 873490727,
            "stop": 873490749
        },
        {
            "start": 873490776,
            "stop": 873490873
        },
        {
            "start": 873490893,
            "stop": 873491133
        },
        {
            "start": 873491157,
            "stop": 873492057
        },
        {
            "start": 873492078,
            "stop": 873492182
        },
        {
            "start": 873492203,
            "stop": 873492213
        }
    ]
}