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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=191",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 192,
    "results": [
        {
            "start": 817615546,
            "stop": 817616947
        },
        {
            "start": 817616964,
            "stop": 817619253
        },
        {
            "start": 817619274,
            "stop": 817621692
        },
        {
            "start": 817621709,
            "stop": 817624046
        },
        {
            "start": 817624066,
            "stop": 817624146
        },
        {
            "start": 817624167,
            "stop": 817625465
        },
        {
            "start": 817625539,
            "stop": 817626352
        },
        {
            "start": 817626372,
            "stop": 817626379
        },
        {
            "start": 817626398,
            "stop": 817626554
        },
        {
            "start": 817626573,
            "stop": 817626662
        },
        {
            "start": 817626681,
            "stop": 817627303
        },
        {
            "start": 817627330,
            "stop": 817627834
        },
        {
            "start": 817627853,
            "stop": 817627951
        },
        {
            "start": 817627968,
            "stop": 817628649
        },
        {
            "start": 817628666,
            "stop": 817628790
        },
        {
            "start": 817628809,
            "stop": 817628902
        },
        {
            "start": 817628965,
            "stop": 817629037
        },
        {
            "start": 817629078,
            "stop": 817629324
        },
        {
            "start": 817629347,
            "stop": 817629362
        },
        {
            "start": 817629411,
            "stop": 817629536
        }
    ]
}