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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=68",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 69,
    "results": [
        {
            "start": 931220000,
            "stop": 931220004
        },
        {
            "start": 931220005,
            "stop": 931220012
        },
        {
            "start": 931220015,
            "stop": 931220018
        },
        {
            "start": 931220019,
            "stop": 931220023
        },
        {
            "start": 931220025,
            "stop": 931220027
        },
        {
            "start": 931220029,
            "stop": 931220033
        },
        {
            "start": 931220035,
            "stop": 931220037
        },
        {
            "start": 931220038,
            "stop": 931220044
        },
        {
            "start": 931220046,
            "stop": 931220047
        },
        {
            "start": 931220049,
            "stop": 931220092
        },
        {
            "start": 931220094,
            "stop": 931220098
        },
        {
            "start": 931220099,
            "stop": 931220102
        },
        {
            "start": 931220105,
            "stop": 931220107
        },
        {
            "start": 931220111,
            "stop": 931220133
        },
        {
            "start": 931220134,
            "stop": 931220147
        },
        {
            "start": 931220149,
            "stop": 931220155
        },
        {
            "start": 931220160,
            "stop": 931220183
        },
        {
            "start": 931220184,
            "stop": 931220208
        },
        {
            "start": 931220213,
            "stop": 931220215
        },
        {
            "start": 931242056,
            "stop": 931242060
        }
    ]
}