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_CAT3/segments?format=api&page=301
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=300",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 301,
    "results": [
        {
            "start": 822461295,
            "stop": 822462212
        },
        {
            "start": 822462215,
            "stop": 822462630
        },
        {
            "start": 822462633,
            "stop": 822463693
        },
        {
            "start": 822463758,
            "stop": 822466771
        },
        {
            "start": 822466774,
            "stop": 822466946
        },
        {
            "start": 822466950,
            "stop": 822467165
        },
        {
            "start": 822467168,
            "stop": 822467177
        },
        {
            "start": 822467180,
            "stop": 822467826
        },
        {
            "start": 822467830,
            "stop": 822468003
        },
        {
            "start": 822468006,
            "stop": 822468396
        },
        {
            "start": 822468399,
            "stop": 822469006
        },
        {
            "start": 822469010,
            "stop": 822469705
        },
        {
            "start": 822469708,
            "stop": 822469938
        },
        {
            "start": 822469941,
            "stop": 822470325
        },
        {
            "start": 822470328,
            "stop": 822470954
        },
        {
            "start": 822470957,
            "stop": 822471228
        },
        {
            "start": 822471231,
            "stop": 822471261
        },
        {
            "start": 822471266,
            "stop": 822471267
        },
        {
            "start": 822471270,
            "stop": 822471739
        },
        {
            "start": 822471743,
            "stop": 822471860
        }
    ]
}