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_CAT2/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/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=6",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 7,
    "results": [
        {
            "start": 1238179259,
            "stop": 1238179260
        },
        {
            "start": 1238179266,
            "stop": 1238179269
        },
        {
            "start": 1238179271,
            "stop": 1238179276
        },
        {
            "start": 1238179277,
            "stop": 1238179300
        },
        {
            "start": 1238179302,
            "stop": 1238179307
        },
        {
            "start": 1238179309,
            "stop": 1238179317
        },
        {
            "start": 1238179320,
            "stop": 1238179326
        },
        {
            "start": 1238179327,
            "stop": 1238179329
        },
        {
            "start": 1238179331,
            "stop": 1238179333
        },
        {
            "start": 1238179334,
            "stop": 1238179336
        },
        {
            "start": 1238179338,
            "stop": 1238179346
        },
        {
            "start": 1238179348,
            "stop": 1238179354
        },
        {
            "start": 1238179357,
            "stop": 1238179369
        },
        {
            "start": 1238179370,
            "stop": 1238179372
        },
        {
            "start": 1238179374,
            "stop": 1238179391
        },
        {
            "start": 1238179393,
            "stop": 1238179407
        },
        {
            "start": 1238179411,
            "stop": 1238179412
        },
        {
            "start": 1238179413,
            "stop": 1238179414
        },
        {
            "start": 1238179415,
            "stop": 1238179417
        },
        {
            "start": 1238179429,
            "stop": 1238179438
        }
    ]
}