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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=64",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 65,
    "results": [
        {
            "start": 817278127,
            "stop": 817278810
        },
        {
            "start": 817278930,
            "stop": 817282861
        },
        {
            "start": 817282865,
            "stop": 817285384
        },
        {
            "start": 817285387,
            "stop": 817285653
        },
        {
            "start": 817285656,
            "stop": 817285809
        },
        {
            "start": 817285929,
            "stop": 817286085
        },
        {
            "start": 817286088,
            "stop": 817286246
        },
        {
            "start": 817286250,
            "stop": 817286563
        },
        {
            "start": 817286566,
            "stop": 817287000
        },
        {
            "start": 817287060,
            "stop": 817289322
        },
        {
            "start": 817289325,
            "stop": 817289405
        },
        {
            "start": 817289408,
            "stop": 817289575
        },
        {
            "start": 817289578,
            "stop": 817289733
        },
        {
            "start": 817289736,
            "stop": 817290076
        },
        {
            "start": 817290079,
            "stop": 817291150
        },
        {
            "start": 817291895,
            "stop": 817293120
        },
        {
            "start": 817293180,
            "stop": 817294024
        },
        {
            "start": 817294028,
            "stop": 817294214
        },
        {
            "start": 817294217,
            "stop": 817301675
        },
        {
            "start": 817301678,
            "stop": 817302959
        }
    ]
}