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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=452",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=450",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 451,
    "results": [
        {
            "start": 871296803,
            "stop": 871300049
        },
        {
            "start": 871300281,
            "stop": 871300442
        },
        {
            "start": 871300496,
            "stop": 871307935
        },
        {
            "start": 871308080,
            "stop": 871324376
        },
        {
            "start": 871324379,
            "stop": 871324385
        },
        {
            "start": 871324389,
            "stop": 871325891
        },
        {
            "start": 871325899,
            "stop": 871326495
        },
        {
            "start": 871326499,
            "stop": 871326534
        },
        {
            "start": 871326543,
            "stop": 871326602
        },
        {
            "start": 871326606,
            "stop": 871326716
        },
        {
            "start": 871326720,
            "stop": 871326995
        },
        {
            "start": 871326998,
            "stop": 871327184
        },
        {
            "start": 871327192,
            "stop": 871327204
        },
        {
            "start": 871327207,
            "stop": 871327360
        },
        {
            "start": 871327369,
            "stop": 871327380
        },
        {
            "start": 871327384,
            "stop": 871327419
        },
        {
            "start": 871327427,
            "stop": 871327506
        },
        {
            "start": 871327515,
            "stop": 871327636
        },
        {
            "start": 871327645,
            "stop": 871327676
        },
        {
            "start": 871327679,
            "stop": 871327754
        }
    ]
}