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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=14",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 15,
    "results": [
        {
            "start": 1266825099,
            "stop": 1266828196
        },
        {
            "start": 1266832906,
            "stop": 1266868240
        },
        {
            "start": 1266884413,
            "stop": 1267140540
        },
        {
            "start": 1267159681,
            "stop": 1267210881
        },
        {
            "start": 1267216697,
            "stop": 1267282830
        },
        {
            "start": 1267318201,
            "stop": 1267318694
        },
        {
            "start": 1267320520,
            "stop": 1267378579
        },
        {
            "start": 1267380081,
            "stop": 1267397652
        },
        {
            "start": 1267404266,
            "stop": 1267489102
        },
        {
            "start": 1267493646,
            "stop": 1267518707
        },
        {
            "start": 1267519404,
            "stop": 1267531708
        },
        {
            "start": 1267532228,
            "stop": 1267553052
        },
        {
            "start": 1267556504,
            "stop": 1267589092
        },
        {
            "start": 1267594722,
            "stop": 1267758249
        },
        {
            "start": 1267766243,
            "stop": 1267774189
        },
        {
            "start": 1267779304,
            "stop": 1267812037
        },
        {
            "start": 1267817638,
            "stop": 1267821274
        },
        {
            "start": 1267822123,
            "stop": 1267835278
        },
        {
            "start": 1267840602,
            "stop": 1267840989
        },
        {
            "start": 1267841084,
            "stop": 1267884092
        }
    ]
}