Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=220",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 221,
    "results": [
        {
            "start": 818215397,
            "stop": 818215399
        },
        {
            "start": 818215402,
            "stop": 818215403
        },
        {
            "start": 818215422,
            "stop": 818215423
        },
        {
            "start": 818215434,
            "stop": 818215437
        },
        {
            "start": 818215444,
            "stop": 818215446
        },
        {
            "start": 818215455,
            "stop": 818215457
        },
        {
            "start": 818215467,
            "stop": 818215471
        },
        {
            "start": 818215478,
            "stop": 818215480
        },
        {
            "start": 818215510,
            "stop": 818215512
        },
        {
            "start": 818215520,
            "stop": 818215521
        },
        {
            "start": 818215551,
            "stop": 818215552
        },
        {
            "start": 818215556,
            "stop": 818215560
        },
        {
            "start": 818215576,
            "stop": 818215577
        },
        {
            "start": 818215598,
            "stop": 818215600
        },
        {
            "start": 818215613,
            "stop": 818215616
        },
        {
            "start": 818215629,
            "stop": 818215630
        },
        {
            "start": 818215643,
            "stop": 818215646
        },
        {
            "start": 818215651,
            "stop": 818215652
        },
        {
            "start": 818215657,
            "stop": 818215658
        },
        {
            "start": 818215661,
            "stop": 818215663
        }
    ]
}