Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2125
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=2126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2124",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2125,
    "results": [
        {
            "start": 866448711,
            "stop": 866459835
        },
        {
            "start": 866459840,
            "stop": 866468981
        },
        {
            "start": 866472021,
            "stop": 866474977
        },
        {
            "start": 866474981,
            "stop": 866475372
        },
        {
            "start": 866475378,
            "stop": 866475433
        },
        {
            "start": 866475438,
            "stop": 866475439
        },
        {
            "start": 866475442,
            "stop": 866475444
        },
        {
            "start": 866475620,
            "stop": 866477573
        },
        {
            "start": 866490322,
            "stop": 866490660
        },
        {
            "start": 866490665,
            "stop": 866490903
        },
        {
            "start": 866491013,
            "stop": 866491177
        },
        {
            "start": 866491774,
            "stop": 866494060
        },
        {
            "start": 866494065,
            "stop": 866497420
        },
        {
            "start": 866501767,
            "stop": 866504664
        },
        {
            "start": 866505650,
            "stop": 866506674
        },
        {
            "start": 866506777,
            "stop": 866518280
        },
        {
            "start": 866518282,
            "stop": 866524470
        },
        {
            "start": 866524770,
            "stop": 866524782
        },
        {
            "start": 866524892,
            "stop": 866525188
        },
        {
            "start": 866525488,
            "stop": 866557350
        }
    ]
}