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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=123",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 124,
    "results": [
        {
            "start": 821486457,
            "stop": 821486492
        },
        {
            "start": 821486495,
            "stop": 821486550
        },
        {
            "start": 821487036,
            "stop": 821487056
        },
        {
            "start": 821487059,
            "stop": 821487230
        },
        {
            "start": 821487233,
            "stop": 821487408
        },
        {
            "start": 821487411,
            "stop": 821487751
        },
        {
            "start": 821487754,
            "stop": 821488352
        },
        {
            "start": 821488357,
            "stop": 821489005
        },
        {
            "start": 821489008,
            "stop": 821489288
        },
        {
            "start": 821489291,
            "stop": 821489392
        },
        {
            "start": 821489395,
            "stop": 821489432
        },
        {
            "start": 821489435,
            "stop": 821489936
        },
        {
            "start": 821489939,
            "stop": 821490282
        },
        {
            "start": 821490285,
            "stop": 821494921
        },
        {
            "start": 821494925,
            "stop": 821494931
        },
        {
            "start": 821494934,
            "stop": 821494936
        },
        {
            "start": 821494939,
            "stop": 821494961
        },
        {
            "start": 821494964,
            "stop": 821495094
        },
        {
            "start": 821495097,
            "stop": 821495122
        },
        {
            "start": 821495125,
            "stop": 821495171
        }
    ]
}