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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=39",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 40,
    "results": [
        {
            "start": 1238191348,
            "stop": 1238191349
        },
        {
            "start": 1238191350,
            "stop": 1238191356
        },
        {
            "start": 1238191358,
            "stop": 1238191365
        },
        {
            "start": 1238191366,
            "stop": 1238191371
        },
        {
            "start": 1238191372,
            "stop": 1238191380
        },
        {
            "start": 1238191381,
            "stop": 1238191382
        },
        {
            "start": 1238191383,
            "stop": 1238191384
        },
        {
            "start": 1238191385,
            "stop": 1238191391
        },
        {
            "start": 1238191392,
            "stop": 1238191408
        },
        {
            "start": 1238191412,
            "stop": 1238191419
        },
        {
            "start": 1238191421,
            "stop": 1238191449
        },
        {
            "start": 1238191450,
            "stop": 1238191458
        },
        {
            "start": 1238191459,
            "stop": 1238191465
        },
        {
            "start": 1238191468,
            "stop": 1238191473
        },
        {
            "start": 1238191475,
            "stop": 1238191486
        },
        {
            "start": 1238191487,
            "stop": 1238191504
        },
        {
            "start": 1238191505,
            "stop": 1238191513
        },
        {
            "start": 1238191514,
            "stop": 1238191521
        },
        {
            "start": 1238191522,
            "stop": 1238191523
        },
        {
            "start": 1238191524,
            "stop": 1238191532
        }
    ]
}