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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=37",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 38,
    "results": [
        {
            "start": 817249073,
            "stop": 817252175
        },
        {
            "start": 817252178,
            "stop": 817253778
        },
        {
            "start": 817253781,
            "stop": 817254539
        },
        {
            "start": 817254717,
            "stop": 817257136
        },
        {
            "start": 817257139,
            "stop": 817258459
        },
        {
            "start": 817258462,
            "stop": 817260979
        },
        {
            "start": 817260982,
            "stop": 817261265
        },
        {
            "start": 817261269,
            "stop": 817261526
        },
        {
            "start": 817261632,
            "stop": 817262514
        },
        {
            "start": 817262517,
            "stop": 817263662
        },
        {
            "start": 817263668,
            "stop": 817264182
        },
        {
            "start": 817264974,
            "stop": 817265318
        },
        {
            "start": 817265321,
            "stop": 817270049
        },
        {
            "start": 817270054,
            "stop": 817277293
        },
        {
            "start": 817277296,
            "stop": 817280996
        },
        {
            "start": 817280999,
            "stop": 817282712
        },
        {
            "start": 817282715,
            "stop": 817283237
        },
        {
            "start": 817283241,
            "stop": 817286919
        },
        {
            "start": 817286922,
            "stop": 817287012
        },
        {
            "start": 817287018,
            "stop": 817287031
        }
    ]
}