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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=38",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 39,
    "results": [
        {
            "start": 816150284,
            "stop": 816150413
        },
        {
            "start": 816150420,
            "stop": 816150734
        },
        {
            "start": 816150741,
            "stop": 816150781
        },
        {
            "start": 816150788,
            "stop": 816150987
        },
        {
            "start": 816150994,
            "stop": 816151005
        },
        {
            "start": 816151013,
            "stop": 816151105
        },
        {
            "start": 816151112,
            "stop": 816151278
        },
        {
            "start": 816151285,
            "stop": 816151306
        },
        {
            "start": 816151313,
            "stop": 816151379
        },
        {
            "start": 816151386,
            "stop": 816151536
        },
        {
            "start": 816151543,
            "stop": 816151674
        },
        {
            "start": 816151682,
            "stop": 816151910
        },
        {
            "start": 816151917,
            "stop": 816152269
        },
        {
            "start": 816152276,
            "stop": 816152551
        },
        {
            "start": 816152558,
            "stop": 816152580
        },
        {
            "start": 816152587,
            "stop": 816152753
        },
        {
            "start": 816152761,
            "stop": 816152949
        },
        {
            "start": 816152956,
            "stop": 816152964
        },
        {
            "start": 816152971,
            "stop": 816153091
        },
        {
            "start": 816153098,
            "stop": 816153139
        }
    ]
}