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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=250",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 251,
    "results": [
        {
            "start": 820626973,
            "stop": 820628069
        },
        {
            "start": 820628086,
            "stop": 820631278
        },
        {
            "start": 820631279,
            "stop": 820635234
        },
        {
            "start": 820635641,
            "stop": 820635925
        },
        {
            "start": 820637258,
            "stop": 820638275
        },
        {
            "start": 820638292,
            "stop": 820639711
        },
        {
            "start": 820639714,
            "stop": 820641062
        },
        {
            "start": 820641158,
            "stop": 820643762
        },
        {
            "start": 820643779,
            "stop": 820647632
        },
        {
            "start": 820647649,
            "stop": 820672053
        },
        {
            "start": 820672070,
            "stop": 820678147
        },
        {
            "start": 820678151,
            "stop": 820690601
        },
        {
            "start": 820690618,
            "stop": 820695472
        },
        {
            "start": 820695985,
            "stop": 820698130
        },
        {
            "start": 820698133,
            "stop": 820700096
        },
        {
            "start": 820700496,
            "stop": 820703967
        },
        {
            "start": 820703971,
            "stop": 820712893
        },
        {
            "start": 820713379,
            "stop": 820713526
        },
        {
            "start": 820713527,
            "stop": 820716056
        },
        {
            "start": 820716073,
            "stop": 820716180
        }
    ]
}