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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=975",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=973",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 974,
    "results": [
        {
            "start": 1134794919,
            "stop": 1134794920
        },
        {
            "start": 1134794924,
            "stop": 1134794988
        },
        {
            "start": 1134794996,
            "stop": 1134795223
        },
        {
            "start": 1134795226,
            "stop": 1134795233
        },
        {
            "start": 1134795240,
            "stop": 1134795246
        },
        {
            "start": 1134795249,
            "stop": 1134795288
        },
        {
            "start": 1134795295,
            "stop": 1134795338
        },
        {
            "start": 1134795345,
            "stop": 1134795402
        },
        {
            "start": 1134795409,
            "stop": 1134795479
        },
        {
            "start": 1134795484,
            "stop": 1134795507
        },
        {
            "start": 1134795514,
            "stop": 1134795569
        },
        {
            "start": 1134795575,
            "stop": 1134796216
        },
        {
            "start": 1134796217,
            "stop": 1134798967
        },
        {
            "start": 1134798968,
            "stop": 1134802184
        },
        {
            "start": 1134802187,
            "stop": 1134803393
        },
        {
            "start": 1134803396,
            "stop": 1134804546
        },
        {
            "start": 1134804548,
            "stop": 1134804724
        },
        {
            "start": 1134804726,
            "stop": 1134807072
        },
        {
            "start": 1134807073,
            "stop": 1134820037
        },
        {
            "start": 1134820038,
            "stop": 1134827248
        }
    ]
}