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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=152",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 153,
    "results": [
        {
            "start": 1176734508,
            "stop": 1176734524
        },
        {
            "start": 1176734526,
            "stop": 1176734656
        },
        {
            "start": 1176734658,
            "stop": 1176734665
        },
        {
            "start": 1176734667,
            "stop": 1176734674
        },
        {
            "start": 1176734678,
            "stop": 1176734749
        },
        {
            "start": 1176734750,
            "stop": 1176734751
        },
        {
            "start": 1176734756,
            "stop": 1176734771
        },
        {
            "start": 1176734772,
            "stop": 1176734774
        },
        {
            "start": 1176734775,
            "stop": 1176734781
        },
        {
            "start": 1176734790,
            "stop": 1176734816
        },
        {
            "start": 1176734818,
            "stop": 1176734820
        },
        {
            "start": 1176734825,
            "stop": 1176734830
        },
        {
            "start": 1176734831,
            "stop": 1176734848
        },
        {
            "start": 1176734850,
            "stop": 1176734851
        },
        {
            "start": 1176734858,
            "stop": 1176734864
        },
        {
            "start": 1176734865,
            "stop": 1176734866
        },
        {
            "start": 1176734869,
            "stop": 1176734881
        },
        {
            "start": 1176734882,
            "stop": 1176734925
        },
        {
            "start": 1176734926,
            "stop": 1176734927
        },
        {
            "start": 1176734929,
            "stop": 1176734936
        }
    ]
}