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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=19",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 20,
    "results": [
        {
            "start": 816334229,
            "stop": 816336890
        },
        {
            "start": 816336907,
            "stop": 816336990
        },
        {
            "start": 816338522,
            "stop": 816338860
        },
        {
            "start": 816338864,
            "stop": 816339489
        },
        {
            "start": 816339508,
            "stop": 816340114
        },
        {
            "start": 816340131,
            "stop": 816340156
        },
        {
            "start": 816340173,
            "stop": 816340291
        },
        {
            "start": 816340308,
            "stop": 816341887
        },
        {
            "start": 816344402,
            "stop": 816346364
        },
        {
            "start": 816346384,
            "stop": 816346626
        },
        {
            "start": 816346643,
            "stop": 816347245
        },
        {
            "start": 816347262,
            "stop": 816348173
        },
        {
            "start": 816349019,
            "stop": 816349167
        },
        {
            "start": 816349171,
            "stop": 816350365
        },
        {
            "start": 816350485,
            "stop": 816350524
        },
        {
            "start": 816350644,
            "stop": 816351450
        },
        {
            "start": 816355410,
            "stop": 816355950
        },
        {
            "start": 816358470,
            "stop": 816358531
        },
        {
            "start": 816358534,
            "stop": 816358545
        },
        {
            "start": 816358570,
            "stop": 816358593
        }
    ]
}