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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=28",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 29,
    "results": [
        {
            "start": 965263873,
            "stop": 965263985
        },
        {
            "start": 965292481,
            "stop": 965292592
        },
        {
            "start": 965327041,
            "stop": 965327153
        },
        {
            "start": 965335440,
            "stop": 965335592
        },
        {
            "start": 965364032,
            "stop": 965364144
        },
        {
            "start": 965370480,
            "stop": 965370592
        },
        {
            "start": 965379161,
            "stop": 965379273
        },
        {
            "start": 965385400,
            "stop": 965385552
        },
        {
            "start": 965477768,
            "stop": 965477920
        },
        {
            "start": 965550824,
            "stop": 965550936
        },
        {
            "start": 965572881,
            "stop": 965573041
        },
        {
            "start": 965614729,
            "stop": 965614840
        },
        {
            "start": 965623017,
            "stop": 965623129
        },
        {
            "start": 965679353,
            "stop": 965679513
        },
        {
            "start": 965701793,
            "stop": 965701905
        },
        {
            "start": 965737401,
            "stop": 965737512
        },
        {
            "start": 965760201,
            "stop": 965760313
        },
        {
            "start": 965788353,
            "stop": 965788465
        },
        {
            "start": 965803144,
            "stop": 965803256
        },
        {
            "start": 965816505,
            "stop": 965816617
        }
    ]
}