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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=31",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 32,
    "results": [
        {
            "start": 816876584,
            "stop": 816882192
        },
        {
            "start": 816882225,
            "stop": 816882883
        },
        {
            "start": 816883064,
            "stop": 816892477
        },
        {
            "start": 816892504,
            "stop": 816892993
        },
        {
            "start": 816893005,
            "stop": 816893008
        },
        {
            "start": 816894486,
            "stop": 816894584
        },
        {
            "start": 816894591,
            "stop": 816894709
        },
        {
            "start": 816894716,
            "stop": 816896832
        },
        {
            "start": 816896839,
            "stop": 816897105
        },
        {
            "start": 816897112,
            "stop": 816897708
        },
        {
            "start": 816897715,
            "stop": 816897913
        },
        {
            "start": 816898945,
            "stop": 816900041
        },
        {
            "start": 816900048,
            "stop": 816900285
        },
        {
            "start": 816900292,
            "stop": 816901155
        },
        {
            "start": 816901183,
            "stop": 816901453
        },
        {
            "start": 816901601,
            "stop": 816901711
        },
        {
            "start": 816901718,
            "stop": 816901753
        },
        {
            "start": 816901767,
            "stop": 816902998
        },
        {
            "start": 816903005,
            "stop": 816903055
        },
        {
            "start": 816903062,
            "stop": 816903090
        }
    ]
}