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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=275",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 276,
    "results": [
        {
            "start": 818225447,
            "stop": 818225448
        },
        {
            "start": 818225460,
            "stop": 818225461
        },
        {
            "start": 818225464,
            "stop": 818225465
        },
        {
            "start": 818225471,
            "stop": 818225472
        },
        {
            "start": 818225479,
            "stop": 818225483
        },
        {
            "start": 818225487,
            "stop": 818225490
        },
        {
            "start": 818225500,
            "stop": 818225502
        },
        {
            "start": 818225523,
            "stop": 818225526
        },
        {
            "start": 818225548,
            "stop": 818225549
        },
        {
            "start": 818225561,
            "stop": 818225564
        },
        {
            "start": 818225577,
            "stop": 818225579
        },
        {
            "start": 818225582,
            "stop": 818225586
        },
        {
            "start": 818225633,
            "stop": 818225636
        },
        {
            "start": 818225642,
            "stop": 818225643
        },
        {
            "start": 818225651,
            "stop": 818225652
        },
        {
            "start": 818225671,
            "stop": 818225673
        },
        {
            "start": 818225676,
            "stop": 818225677
        },
        {
            "start": 818225681,
            "stop": 818225682
        },
        {
            "start": 818225706,
            "stop": 818225709
        },
        {
            "start": 818225719,
            "stop": 818225723
        }
    ]
}