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=729
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=730",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=728",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 729,
    "results": [
        {
            "start": 830441737,
            "stop": 830442176
        },
        {
            "start": 830442179,
            "stop": 830442502
        },
        {
            "start": 830442505,
            "stop": 830442685
        },
        {
            "start": 830442688,
            "stop": 830442947
        },
        {
            "start": 830442950,
            "stop": 830444416
        },
        {
            "start": 830444419,
            "stop": 830445722
        },
        {
            "start": 830445726,
            "stop": 830445909
        },
        {
            "start": 830445928,
            "stop": 830446159
        },
        {
            "start": 830446163,
            "stop": 830449094
        },
        {
            "start": 830449113,
            "stop": 830449629
        },
        {
            "start": 830449632,
            "stop": 830449915
        },
        {
            "start": 830450011,
            "stop": 830450589
        },
        {
            "start": 830450889,
            "stop": 830451704
        },
        {
            "start": 830451707,
            "stop": 830451996
        },
        {
            "start": 830453534,
            "stop": 830453884
        },
        {
            "start": 830453887,
            "stop": 830455050
        },
        {
            "start": 830455067,
            "stop": 830455808
        },
        {
            "start": 830455811,
            "stop": 830456425
        },
        {
            "start": 830456428,
            "stop": 830456430
        },
        {
            "start": 830456433,
            "stop": 830456510
        }
    ]
}