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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=65",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 66,
    "results": [
        {
            "start": 817999874,
            "stop": 818003276
        },
        {
            "start": 818003293,
            "stop": 818003647
        },
        {
            "start": 818003706,
            "stop": 818006293
        },
        {
            "start": 818006310,
            "stop": 818006312
        },
        {
            "start": 818006340,
            "stop": 818006355
        },
        {
            "start": 818006372,
            "stop": 818006388
        },
        {
            "start": 818006405,
            "stop": 818006465
        },
        {
            "start": 818006754,
            "stop": 818006994
        },
        {
            "start": 818007016,
            "stop": 818009231
        },
        {
            "start": 818009248,
            "stop": 818009987
        },
        {
            "start": 818010004,
            "stop": 818012029
        },
        {
            "start": 818030252,
            "stop": 818034090
        },
        {
            "start": 818035322,
            "stop": 818036519
        },
        {
            "start": 818036523,
            "stop": 818037008
        },
        {
            "start": 818037193,
            "stop": 818040402
        },
        {
            "start": 818040423,
            "stop": 818048958
        },
        {
            "start": 818048975,
            "stop": 818057716
        },
        {
            "start": 818057733,
            "stop": 818059175
        },
        {
            "start": 818060899,
            "stop": 818064736
        },
        {
            "start": 818064740,
            "stop": 818068025
        }
    ]
}