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_CAT3/segments?format=api&page=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=85",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 86,
    "results": [
        {
            "start": 819176953,
            "stop": 819176998
        },
        {
            "start": 819177001,
            "stop": 819177216
        },
        {
            "start": 819177233,
            "stop": 819177663
        },
        {
            "start": 819177667,
            "stop": 819177684
        },
        {
            "start": 819177687,
            "stop": 819177724
        },
        {
            "start": 819177728,
            "stop": 819178083
        },
        {
            "start": 819178086,
            "stop": 819178114
        },
        {
            "start": 819178118,
            "stop": 819178121
        },
        {
            "start": 819178124,
            "stop": 819178640
        },
        {
            "start": 819178644,
            "stop": 819179262
        },
        {
            "start": 819179265,
            "stop": 819179319
        },
        {
            "start": 819179336,
            "stop": 819179431
        },
        {
            "start": 819179435,
            "stop": 819179712
        },
        {
            "start": 819179729,
            "stop": 819180024
        },
        {
            "start": 819180041,
            "stop": 819180158
        },
        {
            "start": 819180161,
            "stop": 819180309
        },
        {
            "start": 819180334,
            "stop": 819180359
        },
        {
            "start": 819180363,
            "stop": 819180366
        },
        {
            "start": 819180370,
            "stop": 819180521
        },
        {
            "start": 819180548,
            "stop": 819180704
        }
    ]
}