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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2030",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2031,
    "results": [
        {
            "start": 859200864,
            "stop": 859205250
        },
        {
            "start": 859205255,
            "stop": 859214302
        },
        {
            "start": 859214308,
            "stop": 859221081
        },
        {
            "start": 859221084,
            "stop": 859225419
        },
        {
            "start": 859225422,
            "stop": 859226390
        },
        {
            "start": 859226395,
            "stop": 859226397
        },
        {
            "start": 859226405,
            "stop": 859226430
        },
        {
            "start": 859226435,
            "stop": 859228933
        },
        {
            "start": 859228936,
            "stop": 859228973
        },
        {
            "start": 859228976,
            "stop": 859228978
        },
        {
            "start": 859228986,
            "stop": 859228992
        },
        {
            "start": 859228997,
            "stop": 859229202
        },
        {
            "start": 859229210,
            "stop": 859229215
        },
        {
            "start": 859229220,
            "stop": 859230422
        },
        {
            "start": 859230425,
            "stop": 859231890
        },
        {
            "start": 859232391,
            "stop": 859236948
        },
        {
            "start": 859236951,
            "stop": 859242503
        },
        {
            "start": 859243717,
            "stop": 859281082
        },
        {
            "start": 859283147,
            "stop": 859284008
        },
        {
            "start": 859284308,
            "stop": 859291993
        }
    ]
}