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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=256",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 257,
    "results": [
        {
            "start": 827842915,
            "stop": 827843416
        },
        {
            "start": 827843420,
            "stop": 827843424
        },
        {
            "start": 827843427,
            "stop": 827843438
        },
        {
            "start": 827843442,
            "stop": 827843445
        },
        {
            "start": 827843449,
            "stop": 827844074
        },
        {
            "start": 827844076,
            "stop": 827847210
        },
        {
            "start": 827847270,
            "stop": 827849136
        },
        {
            "start": 827849138,
            "stop": 827849247
        },
        {
            "start": 827854488,
            "stop": 827854498
        },
        {
            "start": 827854500,
            "stop": 827854514
        },
        {
            "start": 827854518,
            "stop": 827854528
        },
        {
            "start": 827854530,
            "stop": 827854537
        },
        {
            "start": 827854539,
            "stop": 827854543
        },
        {
            "start": 827854548,
            "stop": 827854573
        },
        {
            "start": 827854576,
            "stop": 827854588
        },
        {
            "start": 827854591,
            "stop": 827854592
        },
        {
            "start": 827854594,
            "stop": 827854599
        },
        {
            "start": 827854601,
            "stop": 827854614
        },
        {
            "start": 827854616,
            "stop": 827854620
        },
        {
            "start": 827854622,
            "stop": 827854640
        }
    ]
}