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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=111",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 112,
    "results": [
        {
            "start": 931744235,
            "stop": 931744759
        },
        {
            "start": 931744777,
            "stop": 931744815
        },
        {
            "start": 931745175,
            "stop": 931745180
        },
        {
            "start": 931745198,
            "stop": 931745232
        },
        {
            "start": 931745252,
            "stop": 931745341
        },
        {
            "start": 931745359,
            "stop": 931745522
        },
        {
            "start": 931745539,
            "stop": 931745810
        },
        {
            "start": 931745828,
            "stop": 931745848
        },
        {
            "start": 931745871,
            "stop": 931745878
        },
        {
            "start": 931745895,
            "stop": 931745976
        },
        {
            "start": 931745993,
            "stop": 931746033
        },
        {
            "start": 931746035,
            "stop": 931746052
        },
        {
            "start": 931746076,
            "stop": 931746079
        },
        {
            "start": 931746121,
            "stop": 931746142
        },
        {
            "start": 931746164,
            "stop": 931746238
        },
        {
            "start": 931746269,
            "stop": 931746342
        },
        {
            "start": 931746344,
            "stop": 931746460
        },
        {
            "start": 931746478,
            "stop": 931746750
        },
        {
            "start": 931746768,
            "stop": 931746975
        },
        {
            "start": 931747007,
            "stop": 931747098
        }
    ]
}