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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=169",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 170,
    "results": [
        {
            "start": 833490969,
            "stop": 833574133
        },
        {
            "start": 833575168,
            "stop": 833576833
        },
        {
            "start": 833577477,
            "stop": 833578437
        },
        {
            "start": 833579192,
            "stop": 833580673
        },
        {
            "start": 833581326,
            "stop": 833641231
        },
        {
            "start": 833659775,
            "stop": 833663473
        },
        {
            "start": 833665479,
            "stop": 833681833
        },
        {
            "start": 833682895,
            "stop": 833728633
        },
        {
            "start": 833729398,
            "stop": 833742313
        },
        {
            "start": 833743219,
            "stop": 833744588
        },
        {
            "start": 833744661,
            "stop": 833749153
        },
        {
            "start": 833751248,
            "stop": 833753168
        },
        {
            "start": 833754400,
            "stop": 833756512
        },
        {
            "start": 833757520,
            "stop": 833811793
        },
        {
            "start": 833813220,
            "stop": 833827197
        },
        {
            "start": 833830049,
            "stop": 833833849
        },
        {
            "start": 833834512,
            "stop": 833836573
        },
        {
            "start": 833837193,
            "stop": 833839204
        },
        {
            "start": 833839207,
            "stop": 833839218
        },
        {
            "start": 833839222,
            "stop": 833839513
        }
    ]
}