Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=33
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=32",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 33,
    "results": [
        {
            "start": 1260068052,
            "stop": 1260081788
        },
        {
            "start": 1260084129,
            "stop": 1260085937
        },
        {
            "start": 1260087066,
            "stop": 1260087893
        },
        {
            "start": 1260088180,
            "stop": 1260104363
        },
        {
            "start": 1260128735,
            "stop": 1260147710
        },
        {
            "start": 1260147856,
            "stop": 1260162334
        },
        {
            "start": 1260164455,
            "stop": 1260170010
        },
        {
            "start": 1260170147,
            "stop": 1260171781
        },
        {
            "start": 1260196431,
            "stop": 1260199827
        },
        {
            "start": 1260199835,
            "stop": 1260219642
        },
        {
            "start": 1260219844,
            "stop": 1260238605
        },
        {
            "start": 1260238900,
            "stop": 1260252730
        },
        {
            "start": 1260252882,
            "stop": 1260262716
        },
        {
            "start": 1260263978,
            "stop": 1260263980
        },
        {
            "start": 1260265047,
            "stop": 1260265049
        },
        {
            "start": 1260265450,
            "stop": 1260268520
        },
        {
            "start": 1260268578,
            "stop": 1260270880
        },
        {
            "start": 1260271580,
            "stop": 1260272193
        },
        {
            "start": 1260272545,
            "stop": 1260273937
        },
        {
            "start": 1260276954,
            "stop": 1260276956
        }
    ]
}