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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=53",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 54,
    "results": [
        {
            "start": 931219943,
            "stop": 931219952
        },
        {
            "start": 931219954,
            "stop": 931219990
        },
        {
            "start": 931219992,
            "stop": 931219998
        },
        {
            "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": 931220044
        },
        {
            "start": 931220046,
            "stop": 931220048
        },
        {
            "start": 931220049,
            "stop": 931220092
        },
        {
            "start": 931220094,
            "stop": 931220098
        },
        {
            "start": 931220099,
            "stop": 931220103
        },
        {
            "start": 931220105,
            "stop": 931220107
        },
        {
            "start": 931220111,
            "stop": 931220147
        },
        {
            "start": 931220149,
            "stop": 931220155
        },
        {
            "start": 931220160,
            "stop": 931220208
        },
        {
            "start": 931220213,
            "stop": 931220215
        },
        {
            "start": 931242056,
            "stop": 931242060
        }
    ]
}