Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=135
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=134",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 135,
    "results": [
        {
            "start": 953626631,
            "stop": 953626633
        },
        {
            "start": 953626638,
            "stop": 953626644
        },
        {
            "start": 953626659,
            "stop": 953626660
        },
        {
            "start": 953626663,
            "stop": 953626676
        },
        {
            "start": 953626682,
            "stop": 953626696
        },
        {
            "start": 953626700,
            "stop": 953626742
        },
        {
            "start": 953628882,
            "stop": 953629459
        },
        {
            "start": 953629463,
            "stop": 953629535
        },
        {
            "start": 953629549,
            "stop": 953629550
        },
        {
            "start": 953629558,
            "stop": 953629598
        },
        {
            "start": 953629602,
            "stop": 953629603
        },
        {
            "start": 953629611,
            "stop": 953629646
        },
        {
            "start": 953629652,
            "stop": 953629655
        },
        {
            "start": 953629663,
            "stop": 953629687
        },
        {
            "start": 953629695,
            "stop": 953630459
        },
        {
            "start": 953630466,
            "stop": 953630468
        },
        {
            "start": 953630471,
            "stop": 953630472
        },
        {
            "start": 953630480,
            "stop": 953630483
        },
        {
            "start": 953630491,
            "stop": 953630503
        },
        {
            "start": 953630517,
            "stop": 953630529
        }
    ]
}