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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1286",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1287,
    "results": [
        {
            "start": 959448601,
            "stop": 959463935
        },
        {
            "start": 959483736,
            "stop": 959484478
        },
        {
            "start": 959487824,
            "stop": 959488723
        },
        {
            "start": 959491227,
            "stop": 959492117
        },
        {
            "start": 959501967,
            "stop": 959503113
        },
        {
            "start": 959503119,
            "stop": 959505171
        },
        {
            "start": 959505177,
            "stop": 959506778
        },
        {
            "start": 959507703,
            "stop": 959513761
        },
        {
            "start": 959515989,
            "stop": 959518754
        },
        {
            "start": 959519605,
            "stop": 959533363
        },
        {
            "start": 959534049,
            "stop": 959536971
        },
        {
            "start": 959538731,
            "stop": 959539697
        },
        {
            "start": 959539703,
            "stop": 959548212
        },
        {
            "start": 959581498,
            "stop": 959581600
        },
        {
            "start": 959581602,
            "stop": 959581646
        },
        {
            "start": 959581648,
            "stop": 959581745
        },
        {
            "start": 959581747,
            "stop": 959581772
        },
        {
            "start": 959581774,
            "stop": 959581782
        },
        {
            "start": 959581783,
            "stop": 959581798
        },
        {
            "start": 959581800,
            "stop": 959581801
        }
    ]
}