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_CBCHIGH_CAT4/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/L1_CBCHIGH_CAT4/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=256",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 257,
    "results": [
        {
            "start": 817894963,
            "stop": 817894984
        },
        {
            "start": 817894988,
            "stop": 817895083
        },
        {
            "start": 817895090,
            "stop": 817895114
        },
        {
            "start": 817895134,
            "stop": 817895136
        },
        {
            "start": 817895153,
            "stop": 817895222
        },
        {
            "start": 817895241,
            "stop": 817895290
        },
        {
            "start": 817895319,
            "stop": 817895371
        },
        {
            "start": 817895388,
            "stop": 817895497
        },
        {
            "start": 817895517,
            "stop": 817895525
        },
        {
            "start": 817895545,
            "stop": 817895582
        },
        {
            "start": 817895601,
            "stop": 817895626
        },
        {
            "start": 817895629,
            "stop": 817895792
        },
        {
            "start": 817895818,
            "stop": 817895855
        },
        {
            "start": 817895885,
            "stop": 817895887
        },
        {
            "start": 817895904,
            "stop": 817896188
        },
        {
            "start": 817896207,
            "stop": 817896325
        },
        {
            "start": 817896345,
            "stop": 817896425
        },
        {
            "start": 817896445,
            "stop": 817896480
        },
        {
            "start": 817896484,
            "stop": 817896530
        },
        {
            "start": 817896550,
            "stop": 817896551
        }
    ]
}