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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=6",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 7,
    "results": [
        {
            "start": 1256829653,
            "stop": 1256829804
        },
        {
            "start": 1256829812,
            "stop": 1256830763
        },
        {
            "start": 1256830765,
            "stop": 1256830808
        },
        {
            "start": 1256830812,
            "stop": 1256831310
        },
        {
            "start": 1256831314,
            "stop": 1256831884
        },
        {
            "start": 1256831889,
            "stop": 1256833220
        },
        {
            "start": 1256833222,
            "stop": 1256835798
        },
        {
            "start": 1256838093,
            "stop": 1256838252
        },
        {
            "start": 1256838369,
            "stop": 1256838835
        },
        {
            "start": 1256874558,
            "stop": 1256874922
        },
        {
            "start": 1256874924,
            "stop": 1256874942
        },
        {
            "start": 1256874946,
            "stop": 1256875281
        },
        {
            "start": 1256875285,
            "stop": 1256876065
        },
        {
            "start": 1256876069,
            "stop": 1256878429
        },
        {
            "start": 1256878432,
            "stop": 1256878851
        },
        {
            "start": 1256878855,
            "stop": 1256880718
        },
        {
            "start": 1256880722,
            "stop": 1256883232
        },
        {
            "start": 1256883235,
            "stop": 1256885961
        },
        {
            "start": 1256885966,
            "stop": 1256886517
        },
        {
            "start": 1256886520,
            "stop": 1256889640
        }
    ]
}