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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=88",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 89,
    "results": [
        {
            "start": 816853956,
            "stop": 816853984
        },
        {
            "start": 816854008,
            "stop": 816854018
        },
        {
            "start": 816854071,
            "stop": 816854076
        },
        {
            "start": 816854160,
            "stop": 816854223
        },
        {
            "start": 816854265,
            "stop": 816854308
        },
        {
            "start": 816854329,
            "stop": 816854334
        },
        {
            "start": 816854393,
            "stop": 816854400
        },
        {
            "start": 816854520,
            "stop": 816854570
        },
        {
            "start": 816854700,
            "stop": 816854703
        },
        {
            "start": 816854775,
            "stop": 816854778
        },
        {
            "start": 816854818,
            "stop": 816854848
        },
        {
            "start": 816854868,
            "stop": 816854980
        },
        {
            "start": 816854999,
            "stop": 816855044
        },
        {
            "start": 816855166,
            "stop": 816855191
        },
        {
            "start": 816855263,
            "stop": 816855275
        },
        {
            "start": 816855339,
            "stop": 816855383
        },
        {
            "start": 816855414,
            "stop": 816855474
        },
        {
            "start": 816855540,
            "stop": 816855548
        },
        {
            "start": 816855585,
            "stop": 816855682
        },
        {
            "start": 816858141,
            "stop": 816858194
        }
    ]
}