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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=240",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 241,
    "results": [
        {
            "start": 827407800,
            "stop": 827407802
        },
        {
            "start": 827407807,
            "stop": 827407809
        },
        {
            "start": 827407811,
            "stop": 827407819
        },
        {
            "start": 827407825,
            "stop": 827407887
        },
        {
            "start": 827407889,
            "stop": 827407936
        },
        {
            "start": 827407942,
            "stop": 827407945
        },
        {
            "start": 827407947,
            "stop": 827407950
        },
        {
            "start": 827407952,
            "stop": 827407953
        },
        {
            "start": 827407961,
            "stop": 827407962
        },
        {
            "start": 827407964,
            "stop": 827407971
        },
        {
            "start": 827407978,
            "stop": 827408027
        },
        {
            "start": 827408030,
            "stop": 827408075
        },
        {
            "start": 827408077,
            "stop": 827408095
        },
        {
            "start": 827408105,
            "stop": 827408125
        },
        {
            "start": 827408127,
            "stop": 827408129
        },
        {
            "start": 827408131,
            "stop": 827408165
        },
        {
            "start": 827408167,
            "stop": 827408168
        },
        {
            "start": 827408171,
            "stop": 827408187
        },
        {
            "start": 827408189,
            "stop": 827408221
        },
        {
            "start": 827408224,
            "stop": 827408229
        }
    ]
}