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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=90",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 91,
    "results": [
        {
            "start": 931465365,
            "stop": 931465395
        },
        {
            "start": 931465401,
            "stop": 931465413
        },
        {
            "start": 931465420,
            "stop": 931465431
        },
        {
            "start": 931465436,
            "stop": 931465449
        },
        {
            "start": 931465455,
            "stop": 931465466
        },
        {
            "start": 931465472,
            "stop": 931465478
        },
        {
            "start": 931465484,
            "stop": 931465608
        },
        {
            "start": 931465617,
            "stop": 931465620
        },
        {
            "start": 931465625,
            "stop": 931465649
        },
        {
            "start": 931465661,
            "stop": 931465725
        },
        {
            "start": 931465730,
            "stop": 931465847
        },
        {
            "start": 931465858,
            "stop": 931465925
        },
        {
            "start": 931465931,
            "stop": 931465947
        },
        {
            "start": 931465949,
            "stop": 931465960
        },
        {
            "start": 931465966,
            "stop": 931465977
        },
        {
            "start": 931465979,
            "stop": 931466003
        },
        {
            "start": 931466008,
            "stop": 931466079
        },
        {
            "start": 931466084,
            "stop": 931466091
        },
        {
            "start": 931466124,
            "stop": 931466227
        },
        {
            "start": 931466240,
            "stop": 931466310
        }
    ]
}