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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=71",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 72,
    "results": [
        {
            "start": 822805818,
            "stop": 822806114
        },
        {
            "start": 822806183,
            "stop": 822806187
        },
        {
            "start": 822806257,
            "stop": 822806310
        },
        {
            "start": 822806370,
            "stop": 822806414
        },
        {
            "start": 822806966,
            "stop": 822807090
        },
        {
            "start": 822815950,
            "stop": 822816071
        },
        {
            "start": 822822270,
            "stop": 822822342
        },
        {
            "start": 822822393,
            "stop": 822822460
        },
        {
            "start": 822822468,
            "stop": 822822487
        },
        {
            "start": 822822493,
            "stop": 822822507
        },
        {
            "start": 822822513,
            "stop": 822822634
        },
        {
            "start": 822822677,
            "stop": 822822700
        },
        {
            "start": 822822796,
            "stop": 822822867
        },
        {
            "start": 822822994,
            "stop": 822823001
        },
        {
            "start": 822823138,
            "stop": 822823195
        },
        {
            "start": 822823200,
            "stop": 822823345
        },
        {
            "start": 822823664,
            "stop": 822823697
        },
        {
            "start": 822823703,
            "stop": 822823937
        },
        {
            "start": 822823945,
            "stop": 822823952
        },
        {
            "start": 822823958,
            "stop": 822824010
        }
    ]
}