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=460
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=461",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=459",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 460,
    "results": [
        {
            "start": 872645559,
            "stop": 872645596
        },
        {
            "start": 872645602,
            "stop": 872645627
        },
        {
            "start": 872645633,
            "stop": 872645637
        },
        {
            "start": 872645643,
            "stop": 872645694
        },
        {
            "start": 872649803,
            "stop": 872652057
        },
        {
            "start": 872652063,
            "stop": 872706944
        },
        {
            "start": 872708189,
            "stop": 872709094
        },
        {
            "start": 872715147,
            "stop": 872731159
        },
        {
            "start": 872731666,
            "stop": 872731796
        },
        {
            "start": 872738775,
            "stop": 872871877
        },
        {
            "start": 872873536,
            "stop": 872885743
        },
        {
            "start": 872886857,
            "stop": 872895588
        },
        {
            "start": 872895646,
            "stop": 872914593
        },
        {
            "start": 872917967,
            "stop": 872939551
        },
        {
            "start": 872939557,
            "stop": 872952057
        },
        {
            "start": 872952066,
            "stop": 872953141
        },
        {
            "start": 872972022,
            "stop": 872979782
        },
        {
            "start": 872980782,
            "stop": 872998564
        },
        {
            "start": 872999787,
            "stop": 873012189
        },
        {
            "start": 873012233,
            "stop": 873028278
        }
    ]
}