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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=137",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 138,
    "results": [
        {
            "start": 931592278,
            "stop": 931592286
        },
        {
            "start": 931592289,
            "stop": 931592292
        },
        {
            "start": 931592295,
            "stop": 931592305
        },
        {
            "start": 931592308,
            "stop": 931592309
        },
        {
            "start": 931592313,
            "stop": 931592319
        },
        {
            "start": 931592322,
            "stop": 931592325
        },
        {
            "start": 931592327,
            "stop": 931592347
        },
        {
            "start": 931592350,
            "stop": 931592365
        },
        {
            "start": 931592368,
            "stop": 931592372
        },
        {
            "start": 931592374,
            "stop": 931592387
        },
        {
            "start": 931592390,
            "stop": 931592407
        },
        {
            "start": 931592411,
            "stop": 931592413
        },
        {
            "start": 931592416,
            "stop": 931592417
        },
        {
            "start": 931592427,
            "stop": 931592428
        },
        {
            "start": 931592431,
            "stop": 931592432
        },
        {
            "start": 931592439,
            "stop": 931592442
        },
        {
            "start": 931592444,
            "stop": 931592459
        },
        {
            "start": 931592461,
            "stop": 931592474
        },
        {
            "start": 931592477,
            "stop": 931592491
        },
        {
            "start": 931592494,
            "stop": 931592497
        }
    ]
}