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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=530",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=528",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 529,
    "results": [
        {
            "start": 1184912015,
            "stop": 1184912406
        },
        {
            "start": 1184912408,
            "stop": 1184912418
        },
        {
            "start": 1184912420,
            "stop": 1184912479
        },
        {
            "start": 1184912483,
            "stop": 1184912484
        },
        {
            "start": 1184912488,
            "stop": 1184912491
        },
        {
            "start": 1184912493,
            "stop": 1184912496
        },
        {
            "start": 1184912501,
            "stop": 1184912526
        },
        {
            "start": 1184912528,
            "stop": 1184912571
        },
        {
            "start": 1184912573,
            "stop": 1184912574
        },
        {
            "start": 1184912576,
            "stop": 1184912579
        },
        {
            "start": 1184912581,
            "stop": 1184912582
        },
        {
            "start": 1184912584,
            "stop": 1184912636
        },
        {
            "start": 1184912663,
            "stop": 1184912715
        },
        {
            "start": 1184912717,
            "stop": 1184912718
        },
        {
            "start": 1184912721,
            "stop": 1184912885
        },
        {
            "start": 1184912888,
            "stop": 1184912908
        },
        {
            "start": 1184912910,
            "stop": 1184912911
        },
        {
            "start": 1184912913,
            "stop": 1184912914
        },
        {
            "start": 1184912920,
            "stop": 1184912921
        },
        {
            "start": 1184912923,
            "stop": 1184912924
        }
    ]
}