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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=446",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=444",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 445,
    "results": [
        {
            "start": 872244259,
            "stop": 872255417
        },
        {
            "start": 872255438,
            "stop": 872255452
        },
        {
            "start": 872255470,
            "stop": 872255662
        },
        {
            "start": 872255681,
            "stop": 872256274
        },
        {
            "start": 872256296,
            "stop": 872260687
        },
        {
            "start": 872260706,
            "stop": 872263019
        },
        {
            "start": 872263160,
            "stop": 872267895
        },
        {
            "start": 872267914,
            "stop": 872269557
        },
        {
            "start": 872269576,
            "stop": 872279924
        },
        {
            "start": 872280008,
            "stop": 872280042
        },
        {
            "start": 872280066,
            "stop": 872281668
        },
        {
            "start": 872281673,
            "stop": 872282804
        },
        {
            "start": 872282826,
            "stop": 872286542
        },
        {
            "start": 872286563,
            "stop": 872286574
        },
        {
            "start": 872286596,
            "stop": 872299574
        },
        {
            "start": 872299684,
            "stop": 872299790
        },
        {
            "start": 872300090,
            "stop": 872304610
        },
        {
            "start": 872304910,
            "stop": 872308830
        },
        {
            "start": 872308890,
            "stop": 872315142
        },
        {
            "start": 872315465,
            "stop": 872331378
        }
    ]
}