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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT1/segments?format=api",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 2,
    "results": [
        {
            "start": 1164801979,
            "stop": 1164806026
        },
        {
            "start": 1164806060,
            "stop": 1164812487
        },
        {
            "start": 1164815678,
            "stop": 1164816995
        },
        {
            "start": 1164817019,
            "stop": 1164818178
        },
        {
            "start": 1164820073,
            "stop": 1164823070
        },
        {
            "start": 1164823148,
            "stop": 1164825365
        },
        {
            "start": 1164825427,
            "stop": 1164826375
        },
        {
            "start": 1164828947,
            "stop": 1164829601
        },
        {
            "start": 1164829660,
            "stop": 1164833250
        },
        {
            "start": 1165040725,
            "stop": 1165042192
        },
        {
            "start": 1165066858,
            "stop": 1165071619
        },
        {
            "start": 1165116074,
            "stop": 1165116236
        },
        {
            "start": 1165116666,
            "stop": 1165117341
        },
        {
            "start": 1165117372,
            "stop": 1165136316
        },
        {
            "start": 1165142625,
            "stop": 1165155680
        },
        {
            "start": 1165155713,
            "stop": 1165161120
        },
        {
            "start": 1165161145,
            "stop": 1165178866
        },
        {
            "start": 1165178912,
            "stop": 1165185024
        },
        {
            "start": 1165185073,
            "stop": 1165191617
        },
        {
            "start": 1165192405,
            "stop": 1165197628
        }
    ]
}