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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=38",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 39,
    "results": [
        {
            "start": 1165842838,
            "stop": 1165842842
        },
        {
            "start": 1165842843,
            "stop": 1165842856
        },
        {
            "start": 1165842857,
            "stop": 1165842859
        },
        {
            "start": 1165842860,
            "stop": 1165842861
        },
        {
            "start": 1165842862,
            "stop": 1165842882
        },
        {
            "start": 1165842883,
            "stop": 1165842884
        },
        {
            "start": 1165842885,
            "stop": 1165842913
        },
        {
            "start": 1165842914,
            "stop": 1165842923
        },
        {
            "start": 1165842924,
            "stop": 1165842937
        },
        {
            "start": 1165842938,
            "stop": 1165842984
        },
        {
            "start": 1165842985,
            "stop": 1165842987
        },
        {
            "start": 1165842989,
            "stop": 1165842993
        },
        {
            "start": 1165842995,
            "stop": 1165842997
        },
        {
            "start": 1165842998,
            "stop": 1165843000
        },
        {
            "start": 1165843001,
            "stop": 1165843008
        },
        {
            "start": 1165843009,
            "stop": 1165843046
        },
        {
            "start": 1165843047,
            "stop": 1165843061
        },
        {
            "start": 1165843062,
            "stop": 1165843087
        },
        {
            "start": 1165843088,
            "stop": 1165843093
        },
        {
            "start": 1165843094,
            "stop": 1165843098
        }
    ]
}