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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=20",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 21,
    "results": [
        {
            "start": 1170441633,
            "stop": 1170444734
        },
        {
            "start": 1170445413,
            "stop": 1170451785
        },
        {
            "start": 1170451787,
            "stop": 1170454330
        },
        {
            "start": 1170454332,
            "stop": 1170454818
        },
        {
            "start": 1170454820,
            "stop": 1170455149
        },
        {
            "start": 1170455726,
            "stop": 1170455886
        },
        {
            "start": 1170455888,
            "stop": 1170456082
        },
        {
            "start": 1170456084,
            "stop": 1170459548
        },
        {
            "start": 1170459550,
            "stop": 1170460683
        },
        {
            "start": 1170470866,
            "stop": 1170473681
        },
        {
            "start": 1170480440,
            "stop": 1170481111
        },
        {
            "start": 1170481115,
            "stop": 1170481129
        },
        {
            "start": 1170484524,
            "stop": 1170484960
        },
        {
            "start": 1170484984,
            "stop": 1170486076
        },
        {
            "start": 1170486112,
            "stop": 1170487777
        },
        {
            "start": 1170488249,
            "stop": 1170504805
        },
        {
            "start": 1170507235,
            "stop": 1170517830
        },
        {
            "start": 1170551366,
            "stop": 1170551737
        },
        {
            "start": 1170551741,
            "stop": 1170552275
        },
        {
            "start": 1170552283,
            "stop": 1170552432
        }
    ]
}