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_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/O2/timelines/L1_CBC_CAT3/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=32",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 33,
    "results": [
        {
            "start": 1165840688,
            "stop": 1165840832
        },
        {
            "start": 1165840833,
            "stop": 1165841066
        },
        {
            "start": 1165841067,
            "stop": 1165841195
        },
        {
            "start": 1165841197,
            "stop": 1165841222
        },
        {
            "start": 1165841223,
            "stop": 1165841263
        },
        {
            "start": 1165841265,
            "stop": 1165841284
        },
        {
            "start": 1165841285,
            "stop": 1165841353
        },
        {
            "start": 1165841354,
            "stop": 1165841360
        },
        {
            "start": 1165841361,
            "stop": 1165841366
        },
        {
            "start": 1165841367,
            "stop": 1165841371
        },
        {
            "start": 1165841372,
            "stop": 1165841380
        },
        {
            "start": 1165841381,
            "stop": 1165841382
        },
        {
            "start": 1165841383,
            "stop": 1165841384
        },
        {
            "start": 1165841385,
            "stop": 1165841389
        },
        {
            "start": 1165841390,
            "stop": 1165841426
        },
        {
            "start": 1165841427,
            "stop": 1165841430
        },
        {
            "start": 1165841433,
            "stop": 1165841434
        },
        {
            "start": 1165841436,
            "stop": 1165841452
        },
        {
            "start": 1165841454,
            "stop": 1165841482
        },
        {
            "start": 1165841483,
            "stop": 1165841485
        }
    ]
}