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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=224",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 225,
    "results": [
        {
            "start": 820860466,
            "stop": 820860733
        },
        {
            "start": 820861472,
            "stop": 820861557
        },
        {
            "start": 820862326,
            "stop": 820862385
        },
        {
            "start": 820862388,
            "stop": 820862639
        },
        {
            "start": 820862642,
            "stop": 820863606
        },
        {
            "start": 820863609,
            "stop": 820863721
        },
        {
            "start": 820865924,
            "stop": 820866313
        },
        {
            "start": 820866526,
            "stop": 820866644
        },
        {
            "start": 820866647,
            "stop": 820866793
        },
        {
            "start": 820866870,
            "stop": 820867031
        },
        {
            "start": 820867914,
            "stop": 820868050
        },
        {
            "start": 820868053,
            "stop": 820868593
        },
        {
            "start": 820868794,
            "stop": 820869572
        },
        {
            "start": 820869575,
            "stop": 820870058
        },
        {
            "start": 820870061,
            "stop": 820871090
        },
        {
            "start": 820871093,
            "stop": 820871216
        },
        {
            "start": 820871233,
            "stop": 820871248
        },
        {
            "start": 820871265,
            "stop": 820871682
        },
        {
            "start": 820871699,
            "stop": 820872081
        },
        {
            "start": 820872084,
            "stop": 820872524
        }
    ]
}