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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=3",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 4,
    "results": [
        {
            "start": 934494646,
            "stop": 934494775
        },
        {
            "start": 934599926,
            "stop": 934600087
        },
        {
            "start": 934605103,
            "stop": 934605230
        },
        {
            "start": 934621790,
            "stop": 934621919
        },
        {
            "start": 934675046,
            "stop": 934675207
        },
        {
            "start": 934775214,
            "stop": 934775343
        },
        {
            "start": 934779854,
            "stop": 934779991
        },
        {
            "start": 934881143,
            "stop": 934881271
        },
        {
            "start": 934945846,
            "stop": 934946007
        },
        {
            "start": 934961974,
            "stop": 934962103
        },
        {
            "start": 935005710,
            "stop": 935005847
        },
        {
            "start": 935137726,
            "stop": 935137887
        },
        {
            "start": 935143318,
            "stop": 935143455
        },
        {
            "start": 939939465,
            "stop": 939939577
        },
        {
            "start": 939965129,
            "stop": 939965240
        },
        {
            "start": 939979002,
            "stop": 939979113
        },
        {
            "start": 939985346,
            "stop": 939985456
        },
        {
            "start": 939990073,
            "stop": 939990184
        },
        {
            "start": 940038209,
            "stop": 940038320
        },
        {
            "start": 940134635,
            "stop": 940134748
        }
    ]
}