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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5148",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5149,
    "results": [
        {
            "start": 873735081,
            "stop": 873735102
        },
        {
            "start": 873735117,
            "stop": 873735132
        },
        {
            "start": 873735139,
            "stop": 873735173
        },
        {
            "start": 873735182,
            "stop": 873735199
        },
        {
            "start": 873735206,
            "stop": 873735307
        },
        {
            "start": 873735314,
            "stop": 873735320
        },
        {
            "start": 873735327,
            "stop": 873735354
        },
        {
            "start": 873735364,
            "stop": 873735394
        },
        {
            "start": 873735409,
            "stop": 873735436
        },
        {
            "start": 873735445,
            "stop": 873735475
        },
        {
            "start": 873735486,
            "stop": 873735524
        },
        {
            "start": 873735531,
            "stop": 873735591
        },
        {
            "start": 873735598,
            "stop": 873735600
        },
        {
            "start": 873735764,
            "stop": 873735814
        },
        {
            "start": 873735822,
            "stop": 873735843
        },
        {
            "start": 873735850,
            "stop": 873735908
        },
        {
            "start": 873735916,
            "stop": 873735992
        },
        {
            "start": 873736005,
            "stop": 873736016
        },
        {
            "start": 873736027,
            "stop": 873736065
        },
        {
            "start": 873736072,
            "stop": 873736111
        }
    ]
}