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=5119
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=5120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5118",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5119,
    "results": [
        {
            "start": 873479958,
            "stop": 873479959
        },
        {
            "start": 873479973,
            "stop": 873480427
        },
        {
            "start": 873480441,
            "stop": 873480445
        },
        {
            "start": 873480457,
            "stop": 873480459
        },
        {
            "start": 873480468,
            "stop": 873480476
        },
        {
            "start": 873480483,
            "stop": 873480492
        },
        {
            "start": 873480500,
            "stop": 873480632
        },
        {
            "start": 873480646,
            "stop": 873480683
        },
        {
            "start": 873480691,
            "stop": 873480697
        },
        {
            "start": 873480714,
            "stop": 873480755
        },
        {
            "start": 873480765,
            "stop": 873481080
        },
        {
            "start": 873481200,
            "stop": 873481248
        },
        {
            "start": 873481256,
            "stop": 873481339
        },
        {
            "start": 873481348,
            "stop": 873481363
        },
        {
            "start": 873481371,
            "stop": 873481381
        },
        {
            "start": 873481390,
            "stop": 873481398
        },
        {
            "start": 873481413,
            "stop": 873481414
        },
        {
            "start": 873481421,
            "stop": 873481431
        },
        {
            "start": 873481439,
            "stop": 873481456
        },
        {
            "start": 873481464,
            "stop": 873481467
        }
    ]
}