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=594
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=595",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=593",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 594,
    "results": [
        {
            "start": 828027189,
            "stop": 828027441
        },
        {
            "start": 828027444,
            "stop": 828027505
        },
        {
            "start": 828027508,
            "stop": 828027849
        },
        {
            "start": 828027852,
            "stop": 828029305
        },
        {
            "start": 828029308,
            "stop": 828030185
        },
        {
            "start": 828030189,
            "stop": 828030591
        },
        {
            "start": 828030595,
            "stop": 828033980
        },
        {
            "start": 828033983,
            "stop": 828033990
        },
        {
            "start": 828033993,
            "stop": 828035613
        },
        {
            "start": 828035630,
            "stop": 828037546
        },
        {
            "start": 828037549,
            "stop": 828037969
        },
        {
            "start": 828038394,
            "stop": 828038444
        },
        {
            "start": 828038554,
            "stop": 828039288
        },
        {
            "start": 828039588,
            "stop": 828039724
        },
        {
            "start": 828039834,
            "stop": 828040044
        },
        {
            "start": 828040344,
            "stop": 828041293
        },
        {
            "start": 828042211,
            "stop": 828043496
        },
        {
            "start": 828043499,
            "stop": 828043520
        },
        {
            "start": 828043523,
            "stop": 828043540
        },
        {
            "start": 828043544,
            "stop": 828046578
        }
    ]
}