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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=102",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 103,
    "results": [
        {
            "start": 829584711,
            "stop": 829585213
        },
        {
            "start": 829586008,
            "stop": 829593613
        },
        {
            "start": 829596963,
            "stop": 829604053
        },
        {
            "start": 829609633,
            "stop": 829611356
        },
        {
            "start": 829636490,
            "stop": 829637763
        },
        {
            "start": 829641766,
            "stop": 829642693
        },
        {
            "start": 829645191,
            "stop": 829654453
        },
        {
            "start": 829654495,
            "stop": 829654496
        },
        {
            "start": 829663397,
            "stop": 829664413
        },
        {
            "start": 829665290,
            "stop": 829665913
        },
        {
            "start": 829665946,
            "stop": 829665947
        },
        {
            "start": 829666644,
            "stop": 829668127
        },
        {
            "start": 829669307,
            "stop": 829675873
        },
        {
            "start": 829676788,
            "stop": 829678033
        },
        {
            "start": 829679668,
            "stop": 829679726
        },
        {
            "start": 829679966,
            "stop": 829681749
        },
        {
            "start": 829683714,
            "stop": 829683904
        },
        {
            "start": 829683973,
            "stop": 829686958
        },
        {
            "start": 829688864,
            "stop": 829689133
        },
        {
            "start": 829689157,
            "stop": 829689158
        }
    ]
}