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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=34",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 35,
    "results": [
        {
            "start": 820062025,
            "stop": 820062973
        },
        {
            "start": 820064390,
            "stop": 820087074
        },
        {
            "start": 820089692,
            "stop": 820096352
        },
        {
            "start": 820096384,
            "stop": 820096448
        },
        {
            "start": 820096480,
            "stop": 820097593
        },
        {
            "start": 820097741,
            "stop": 820100949
        },
        {
            "start": 820102769,
            "stop": 820103337
        },
        {
            "start": 820104221,
            "stop": 820106703
        },
        {
            "start": 820107411,
            "stop": 820107853
        },
        {
            "start": 820111501,
            "stop": 820111753
        },
        {
            "start": 820113112,
            "stop": 820114033
        },
        {
            "start": 820114140,
            "stop": 820114170
        },
        {
            "start": 820114254,
            "stop": 820114257
        },
        {
            "start": 820117428,
            "stop": 820123850
        },
        {
            "start": 820123892,
            "stop": 820139413
        },
        {
            "start": 820139822,
            "stop": 820141573
        },
        {
            "start": 820142783,
            "stop": 820143613
        },
        {
            "start": 820143651,
            "stop": 820143652
        },
        {
            "start": 820144096,
            "stop": 820144393
        },
        {
            "start": 820144497,
            "stop": 820147257
        }
    ]
}