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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=162",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 163,
    "results": [
        {
            "start": 931464126,
            "stop": 931464146
        },
        {
            "start": 931464148,
            "stop": 931464153
        },
        {
            "start": 931464155,
            "stop": 931464169
        },
        {
            "start": 931464171,
            "stop": 931464225
        },
        {
            "start": 931464227,
            "stop": 931464239
        },
        {
            "start": 931464241,
            "stop": 931464262
        },
        {
            "start": 931464264,
            "stop": 931464290
        },
        {
            "start": 931464292,
            "stop": 931464358
        },
        {
            "start": 931464360,
            "stop": 931464410
        },
        {
            "start": 931464412,
            "stop": 931464429
        },
        {
            "start": 931464431,
            "stop": 931464461
        },
        {
            "start": 931464463,
            "stop": 931464474
        },
        {
            "start": 931464476,
            "stop": 931464518
        },
        {
            "start": 931464520,
            "stop": 931464551
        },
        {
            "start": 931464553,
            "stop": 931464577
        },
        {
            "start": 931464579,
            "stop": 931464650
        },
        {
            "start": 931464652,
            "stop": 931464699
        },
        {
            "start": 931464701,
            "stop": 931464712
        },
        {
            "start": 931464714,
            "stop": 931464716
        },
        {
            "start": 931464718,
            "stop": 931464721
        }
    ]
}