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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=74",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 75,
    "results": [
        {
            "start": 818050988,
            "stop": 818051036
        },
        {
            "start": 818051044,
            "stop": 818051064
        },
        {
            "start": 818051078,
            "stop": 818051113
        },
        {
            "start": 818051128,
            "stop": 818051144
        },
        {
            "start": 818051154,
            "stop": 818051160
        },
        {
            "start": 818051168,
            "stop": 818051212
        },
        {
            "start": 818051220,
            "stop": 818051233
        },
        {
            "start": 818051247,
            "stop": 818051273
        },
        {
            "start": 818051282,
            "stop": 818051298
        },
        {
            "start": 818051308,
            "stop": 818051355
        },
        {
            "start": 818051364,
            "stop": 818051374
        },
        {
            "start": 818051382,
            "stop": 818051398
        },
        {
            "start": 818051407,
            "stop": 818051415
        },
        {
            "start": 818051434,
            "stop": 818051456
        },
        {
            "start": 818051471,
            "stop": 818051476
        },
        {
            "start": 818051497,
            "stop": 818051512
        },
        {
            "start": 818051520,
            "stop": 818051524
        },
        {
            "start": 818051533,
            "stop": 818051545
        },
        {
            "start": 818051553,
            "stop": 818051565
        },
        {
            "start": 818051573,
            "stop": 818051577
        }
    ]
}