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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=331",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 332,
    "results": [
        {
            "start": 828993005,
            "stop": 828993016
        },
        {
            "start": 828993018,
            "stop": 828993024
        },
        {
            "start": 828993026,
            "stop": 828993037
        },
        {
            "start": 828993039,
            "stop": 828993053
        },
        {
            "start": 828993055,
            "stop": 828993057
        },
        {
            "start": 828993059,
            "stop": 828993085
        },
        {
            "start": 828993086,
            "stop": 828993094
        },
        {
            "start": 828993099,
            "stop": 828993104
        },
        {
            "start": 828993106,
            "stop": 828993113
        },
        {
            "start": 828993115,
            "stop": 828993119
        },
        {
            "start": 828993121,
            "stop": 828993126
        },
        {
            "start": 828993128,
            "stop": 828993140
        },
        {
            "start": 828993142,
            "stop": 828993175
        },
        {
            "start": 828993177,
            "stop": 828993196
        },
        {
            "start": 828993197,
            "stop": 828993199
        },
        {
            "start": 828993201,
            "stop": 828993218
        },
        {
            "start": 828993220,
            "stop": 828993224
        },
        {
            "start": 828993226,
            "stop": 828993249
        },
        {
            "start": 828993251,
            "stop": 828993256
        },
        {
            "start": 828993258,
            "stop": 828993277
        }
    ]
}