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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=17",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 18,
    "results": [
        {
            "start": 816684752,
            "stop": 816685010
        },
        {
            "start": 816685013,
            "stop": 816685329
        },
        {
            "start": 816685335,
            "stop": 816685353
        },
        {
            "start": 816685356,
            "stop": 816685769
        },
        {
            "start": 816685773,
            "stop": 816685890
        },
        {
            "start": 816685893,
            "stop": 816686129
        },
        {
            "start": 816686132,
            "stop": 816686218
        },
        {
            "start": 816686221,
            "stop": 816686330
        },
        {
            "start": 816686333,
            "stop": 816686346
        },
        {
            "start": 816686349,
            "stop": 816686547
        },
        {
            "start": 816686550,
            "stop": 816686771
        },
        {
            "start": 816686774,
            "stop": 816687155
        },
        {
            "start": 816687158,
            "stop": 816688032
        },
        {
            "start": 816688035,
            "stop": 816688174
        },
        {
            "start": 816688177,
            "stop": 816688681
        },
        {
            "start": 816688684,
            "stop": 816689558
        },
        {
            "start": 816689561,
            "stop": 816689898
        },
        {
            "start": 816689901,
            "stop": 816690204
        },
        {
            "start": 816690207,
            "stop": 816690286
        },
        {
            "start": 816690289,
            "stop": 816690901
        }
    ]
}