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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=516",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=514",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 515,
    "results": [
        {
            "start": 827050115,
            "stop": 827050247
        },
        {
            "start": 827050251,
            "stop": 827050255
        },
        {
            "start": 827050259,
            "stop": 827052177
        },
        {
            "start": 827052180,
            "stop": 827052595
        },
        {
            "start": 827052598,
            "stop": 827052942
        },
        {
            "start": 827052945,
            "stop": 827053036
        },
        {
            "start": 827053040,
            "stop": 827053283
        },
        {
            "start": 827053286,
            "stop": 827053595
        },
        {
            "start": 827053598,
            "stop": 827054236
        },
        {
            "start": 827054255,
            "stop": 827054965
        },
        {
            "start": 827054968,
            "stop": 827056520
        },
        {
            "start": 827056537,
            "stop": 827057293
        },
        {
            "start": 827057312,
            "stop": 827057493
        },
        {
            "start": 827057512,
            "stop": 827057533
        },
        {
            "start": 827057552,
            "stop": 827057770
        },
        {
            "start": 827057773,
            "stop": 827058062
        },
        {
            "start": 827058081,
            "stop": 827058169
        },
        {
            "start": 827058188,
            "stop": 827059575
        },
        {
            "start": 827059592,
            "stop": 827060062
        },
        {
            "start": 827060065,
            "stop": 827061090
        }
    ]
}