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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=28",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 29,
    "results": [
        {
            "start": 1165835779,
            "stop": 1165835802
        },
        {
            "start": 1165835804,
            "stop": 1165835840
        },
        {
            "start": 1165835841,
            "stop": 1165837965
        },
        {
            "start": 1165837966,
            "stop": 1165838016
        },
        {
            "start": 1165838017,
            "stop": 1165838026
        },
        {
            "start": 1165838028,
            "stop": 1165838043
        },
        {
            "start": 1165838044,
            "stop": 1165838118
        },
        {
            "start": 1165838119,
            "stop": 1165838129
        },
        {
            "start": 1165838130,
            "stop": 1165838137
        },
        {
            "start": 1165838140,
            "stop": 1165838143
        },
        {
            "start": 1165838144,
            "stop": 1165838145
        },
        {
            "start": 1165838146,
            "stop": 1165838147
        },
        {
            "start": 1165838148,
            "stop": 1165838169
        },
        {
            "start": 1165838170,
            "stop": 1165838194
        },
        {
            "start": 1165838195,
            "stop": 1165838199
        },
        {
            "start": 1165838201,
            "stop": 1165838272
        },
        {
            "start": 1165838274,
            "stop": 1165838276
        },
        {
            "start": 1165838277,
            "stop": 1165838312
        },
        {
            "start": 1165838313,
            "stop": 1165838344
        },
        {
            "start": 1165838345,
            "stop": 1165838373
        }
    ]
}