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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_DATA/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_DATA/segments?format=api&page=24",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 25,
    "results": [
        {
            "start": 1251675008,
            "stop": 1251676556
        },
        {
            "start": 1251676781,
            "stop": 1251731137
        },
        {
            "start": 1251741031,
            "stop": 1251760017
        },
        {
            "start": 1251762852,
            "stop": 1251804560
        },
        {
            "start": 1251814193,
            "stop": 1251859184
        },
        {
            "start": 1251859255,
            "stop": 1251907878
        },
        {
            "start": 1251919283,
            "stop": 1251963830
        },
        {
            "start": 1251972715,
            "stop": 1252038031
        },
        {
            "start": 1252048104,
            "stop": 1252057088
        },
        {
            "start": 1252057161,
            "stop": 1252081936
        },
        {
            "start": 1252088808,
            "stop": 1252125561
        },
        {
            "start": 1252150173,
            "stop": 1252161921
        },
        {
            "start": 1252193644,
            "stop": 1252211572
        },
        {
            "start": 1252219759,
            "stop": 1252224417
        },
        {
            "start": 1252258720,
            "stop": 1252267225
        },
        {
            "start": 1252281103,
            "stop": 1252289436
        },
        {
            "start": 1252299925,
            "stop": 1252411953
        },
        {
            "start": 1252424078,
            "stop": 1252443466
        },
        {
            "start": 1252452763,
            "stop": 1252453390
        },
        {
            "start": 1252454576,
            "stop": 1252483936
        }
    ]
}