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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8137",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8138,
    "results": [
        {
            "start": 873016921,
            "stop": 873016930
        },
        {
            "start": 873016947,
            "stop": 873016976
        },
        {
            "start": 873017021,
            "stop": 873017124
        },
        {
            "start": 873017148,
            "stop": 873017173
        },
        {
            "start": 873017192,
            "stop": 873017199
        },
        {
            "start": 873017226,
            "stop": 873017232
        },
        {
            "start": 873017266,
            "stop": 873017339
        },
        {
            "start": 873017365,
            "stop": 873017884
        },
        {
            "start": 873017903,
            "stop": 873018277
        },
        {
            "start": 873018303,
            "stop": 873018304
        },
        {
            "start": 873018333,
            "stop": 873019101
        },
        {
            "start": 873019118,
            "stop": 873019344
        },
        {
            "start": 873019367,
            "stop": 873019379
        },
        {
            "start": 873019398,
            "stop": 873019585
        },
        {
            "start": 873019608,
            "stop": 873019866
        },
        {
            "start": 873019883,
            "stop": 873020453
        },
        {
            "start": 873020474,
            "stop": 873021325
        },
        {
            "start": 873021342,
            "stop": 873023274
        },
        {
            "start": 873023291,
            "stop": 873023478
        },
        {
            "start": 873023495,
            "stop": 873024867
        }
    ]
}