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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=27",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 28,
    "results": [
        {
            "start": 1251814193,
            "stop": 1251859184
        },
        {
            "start": 1251859255,
            "stop": 1251907878
        },
        {
            "start": 1251919283,
            "stop": 1251963180
        },
        {
            "start": 1251972715,
            "stop": 1252038031
        },
        {
            "start": 1252048104,
            "stop": 1252057088
        },
        {
            "start": 1252057161,
            "stop": 1252081936
        },
        {
            "start": 1252088808,
            "stop": 1252097820
        },
        {
            "start": 1252097880,
            "stop": 1252099020
        },
        {
            "start": 1252099080,
            "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
        },
        {
            "start": 1252484022,
            "stop": 1252540389
        },
        {
            "start": 1252541508,
            "stop": 1252556454
        }
    ]
}