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=5174
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=5175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5173",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5174,
    "results": [
        {
            "start": 875053020,
            "stop": 875053080
        },
        {
            "start": 875053140,
            "stop": 875053147
        },
        {
            "start": 875053166,
            "stop": 875053544
        },
        {
            "start": 875053620,
            "stop": 875053783
        },
        {
            "start": 875053802,
            "stop": 875053887
        },
        {
            "start": 875053906,
            "stop": 875053982
        },
        {
            "start": 875054002,
            "stop": 875054220
        },
        {
            "start": 875054280,
            "stop": 875054302
        },
        {
            "start": 875054322,
            "stop": 875055016
        },
        {
            "start": 875055035,
            "stop": 875055262
        },
        {
            "start": 875055281,
            "stop": 875055600
        },
        {
            "start": 875055660,
            "stop": 875055941
        },
        {
            "start": 875057465,
            "stop": 875059290
        },
        {
            "start": 875059410,
            "stop": 875060580
        },
        {
            "start": 875060711,
            "stop": 875062526
        },
        {
            "start": 875062545,
            "stop": 875062587
        },
        {
            "start": 875062606,
            "stop": 875062860
        },
        {
            "start": 875062920,
            "stop": 875063288
        },
        {
            "start": 875063307,
            "stop": 875063610
        },
        {
            "start": 875063659,
            "stop": 875063668
        }
    ]
}