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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=42",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 43,
    "results": [
        {
            "start": 1238191337,
            "stop": 1238191341
        },
        {
            "start": 1238191342,
            "stop": 1238191344
        },
        {
            "start": 1238191345,
            "stop": 1238191347
        },
        {
            "start": 1238191348,
            "stop": 1238191349
        },
        {
            "start": 1238191350,
            "stop": 1238191356
        },
        {
            "start": 1238191358,
            "stop": 1238191365
        },
        {
            "start": 1238191366,
            "stop": 1238191371
        },
        {
            "start": 1238191373,
            "stop": 1238191380
        },
        {
            "start": 1238191381,
            "stop": 1238191382
        },
        {
            "start": 1238191383,
            "stop": 1238191384
        },
        {
            "start": 1238191385,
            "stop": 1238191391
        },
        {
            "start": 1238191392,
            "stop": 1238191407
        },
        {
            "start": 1238191413,
            "stop": 1238191419
        },
        {
            "start": 1238191421,
            "stop": 1238191449
        },
        {
            "start": 1238191450,
            "stop": 1238191458
        },
        {
            "start": 1238191460,
            "stop": 1238191465
        },
        {
            "start": 1238191468,
            "stop": 1238191472
        },
        {
            "start": 1238191475,
            "stop": 1238191483
        },
        {
            "start": 1238191484,
            "stop": 1238191486
        },
        {
            "start": 1238191488,
            "stop": 1238191504
        }
    ]
}