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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=189",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 190,
    "results": [
        {
            "start": 1176951527,
            "stop": 1176951528
        },
        {
            "start": 1176951535,
            "stop": 1176951559
        },
        {
            "start": 1176951561,
            "stop": 1176951659
        },
        {
            "start": 1176951660,
            "stop": 1176951836
        },
        {
            "start": 1176951838,
            "stop": 1176951839
        },
        {
            "start": 1176951840,
            "stop": 1176951992
        },
        {
            "start": 1176951995,
            "stop": 1176952067
        },
        {
            "start": 1176952068,
            "stop": 1176952080
        },
        {
            "start": 1176952083,
            "stop": 1176952101
        },
        {
            "start": 1176952102,
            "stop": 1176952172
        },
        {
            "start": 1176952175,
            "stop": 1176952323
        },
        {
            "start": 1176952324,
            "stop": 1176952325
        },
        {
            "start": 1176952326,
            "stop": 1176952391
        },
        {
            "start": 1176952392,
            "stop": 1176952393
        },
        {
            "start": 1176952395,
            "stop": 1176952401
        },
        {
            "start": 1176952406,
            "stop": 1176952407
        },
        {
            "start": 1176952408,
            "stop": 1176952444
        },
        {
            "start": 1176952446,
            "stop": 1176952458
        },
        {
            "start": 1176952469,
            "stop": 1176952644
        },
        {
            "start": 1176952645,
            "stop": 1176952736
        }
    ]
}