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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=289",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 290,
    "results": [
        {
            "start": 1181197797,
            "stop": 1181197995
        },
        {
            "start": 1181197996,
            "stop": 1181198917
        },
        {
            "start": 1181198918,
            "stop": 1181200131
        },
        {
            "start": 1181200132,
            "stop": 1181200733
        },
        {
            "start": 1181200734,
            "stop": 1181203369
        },
        {
            "start": 1181203370,
            "stop": 1181205295
        },
        {
            "start": 1181205296,
            "stop": 1181207460
        },
        {
            "start": 1181207461,
            "stop": 1181209050
        },
        {
            "start": 1181209051,
            "stop": 1181209384
        },
        {
            "start": 1181209385,
            "stop": 1181211469
        },
        {
            "start": 1181211470,
            "stop": 1181213365
        },
        {
            "start": 1181213366,
            "stop": 1181215509
        },
        {
            "start": 1181215510,
            "stop": 1181215888
        },
        {
            "start": 1181215889,
            "stop": 1181216645
        },
        {
            "start": 1181216646,
            "stop": 1181216775
        },
        {
            "start": 1181216776,
            "stop": 1181216839
        },
        {
            "start": 1181216840,
            "stop": 1181217454
        },
        {
            "start": 1181217455,
            "stop": 1181219648
        },
        {
            "start": 1181219649,
            "stop": 1181221632
        },
        {
            "start": 1181221633,
            "stop": 1181223774
        }
    ]
}