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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=69",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 70,
    "results": [
        {
            "start": 1238317659,
            "stop": 1238317756
        },
        {
            "start": 1238317757,
            "stop": 1238317758
        },
        {
            "start": 1238317760,
            "stop": 1238317815
        },
        {
            "start": 1238317820,
            "stop": 1238317909
        },
        {
            "start": 1238317913,
            "stop": 1238317914
        },
        {
            "start": 1238317927,
            "stop": 1238317928
        },
        {
            "start": 1238317931,
            "stop": 1238318028
        },
        {
            "start": 1238318032,
            "stop": 1238318033
        },
        {
            "start": 1238318034,
            "stop": 1238318403
        },
        {
            "start": 1238318407,
            "stop": 1238318522
        },
        {
            "start": 1238318527,
            "stop": 1238318711
        },
        {
            "start": 1238318712,
            "stop": 1238319066
        },
        {
            "start": 1238319067,
            "stop": 1238319303
        },
        {
            "start": 1238319306,
            "stop": 1238319623
        },
        {
            "start": 1238319630,
            "stop": 1238319920
        },
        {
            "start": 1238319925,
            "stop": 1238320032
        },
        {
            "start": 1238320039,
            "stop": 1238320054
        },
        {
            "start": 1238320056,
            "stop": 1238320190
        },
        {
            "start": 1238320193,
            "stop": 1238320194
        },
        {
            "start": 1238320196,
            "stop": 1238320238
        }
    ]
}