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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5161",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5162,
    "results": [
        {
            "start": 874838737,
            "stop": 874839727
        },
        {
            "start": 874839746,
            "stop": 874841499
        },
        {
            "start": 874841518,
            "stop": 874842771
        },
        {
            "start": 874842790,
            "stop": 874844403
        },
        {
            "start": 874844422,
            "stop": 874844784
        },
        {
            "start": 874844803,
            "stop": 874845107
        },
        {
            "start": 874845126,
            "stop": 874845295
        },
        {
            "start": 874845315,
            "stop": 874846100
        },
        {
            "start": 874850520,
            "stop": 874850580
        },
        {
            "start": 874850700,
            "stop": 874850760
        },
        {
            "start": 874851060,
            "stop": 874851120
        },
        {
            "start": 874851180,
            "stop": 874851300
        },
        {
            "start": 874851420,
            "stop": 874851600
        },
        {
            "start": 874851660,
            "stop": 874851720
        },
        {
            "start": 874851840,
            "stop": 874852380
        },
        {
            "start": 874852440,
            "stop": 874853061
        },
        {
            "start": 874853080,
            "stop": 874853145
        },
        {
            "start": 874853164,
            "stop": 874853700
        },
        {
            "start": 874853760,
            "stop": 874853820
        },
        {
            "start": 874853958,
            "stop": 874854000
        }
    ]
}