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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=341",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=339",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 340,
    "results": [
        {
            "start": 1260541348,
            "stop": 1260542129
        },
        {
            "start": 1260542132,
            "stop": 1260542299
        },
        {
            "start": 1260542302,
            "stop": 1260544487
        },
        {
            "start": 1260544490,
            "stop": 1260545121
        },
        {
            "start": 1260545122,
            "stop": 1260545404
        },
        {
            "start": 1260545406,
            "stop": 1260546585
        },
        {
            "start": 1260546588,
            "stop": 1260546976
        },
        {
            "start": 1260546977,
            "stop": 1260547918
        },
        {
            "start": 1260547920,
            "stop": 1260547998
        },
        {
            "start": 1260548001,
            "stop": 1260548061
        },
        {
            "start": 1260548064,
            "stop": 1260548287
        },
        {
            "start": 1260548288,
            "stop": 1260549719
        },
        {
            "start": 1260549720,
            "stop": 1260551859
        },
        {
            "start": 1260551861,
            "stop": 1260552273
        },
        {
            "start": 1260552274,
            "stop": 1260553214
        },
        {
            "start": 1260553216,
            "stop": 1260553971
        },
        {
            "start": 1260553972,
            "stop": 1260554593
        },
        {
            "start": 1260554596,
            "stop": 1260554694
        },
        {
            "start": 1260554695,
            "stop": 1260554707
        },
        {
            "start": 1260554709,
            "stop": 1260554796
        }
    ]
}