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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8116",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8117,
    "results": [
        {
            "start": 970842692,
            "stop": 970842807
        },
        {
            "start": 970842810,
            "stop": 970842821
        },
        {
            "start": 970842824,
            "stop": 970842889
        },
        {
            "start": 970842895,
            "stop": 970842919
        },
        {
            "start": 970842925,
            "stop": 970842936
        },
        {
            "start": 970842947,
            "stop": 970842965
        },
        {
            "start": 970842971,
            "stop": 970843024
        },
        {
            "start": 970843028,
            "stop": 970843122
        },
        {
            "start": 970843125,
            "stop": 970843147
        },
        {
            "start": 970843150,
            "stop": 970843159
        },
        {
            "start": 970843162,
            "stop": 970843195
        },
        {
            "start": 970843209,
            "stop": 970843219
        },
        {
            "start": 970843227,
            "stop": 970843254
        },
        {
            "start": 970843263,
            "stop": 970843264
        },
        {
            "start": 970843267,
            "stop": 970843268
        },
        {
            "start": 970843274,
            "stop": 970843277
        },
        {
            "start": 970843292,
            "stop": 970843300
        },
        {
            "start": 970843306,
            "stop": 970843307
        },
        {
            "start": 970843315,
            "stop": 970843366
        },
        {
            "start": 970843369,
            "stop": 970843528
        }
    ]
}