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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=399",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 400,
    "results": [
        {
            "start": 825943713,
            "stop": 825943715
        },
        {
            "start": 825943718,
            "stop": 825943720
        },
        {
            "start": 825943724,
            "stop": 825943733
        },
        {
            "start": 825943736,
            "stop": 825943809
        },
        {
            "start": 825943812,
            "stop": 825943908
        },
        {
            "start": 825943911,
            "stop": 825943923
        },
        {
            "start": 825943926,
            "stop": 825943947
        },
        {
            "start": 825943950,
            "stop": 825943979
        },
        {
            "start": 825943982,
            "stop": 825943986
        },
        {
            "start": 825943989,
            "stop": 825943991
        },
        {
            "start": 825943994,
            "stop": 825944136
        },
        {
            "start": 825944139,
            "stop": 825944192
        },
        {
            "start": 825944195,
            "stop": 825944208
        },
        {
            "start": 825944212,
            "stop": 825944224
        },
        {
            "start": 825944227,
            "stop": 825944273
        },
        {
            "start": 825944276,
            "stop": 825944369
        },
        {
            "start": 825944372,
            "stop": 825944400
        },
        {
            "start": 825944460,
            "stop": 825944554
        },
        {
            "start": 825944558,
            "stop": 825944599
        },
        {
            "start": 825944602,
            "stop": 825944660
        }
    ]
}