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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=243",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 244,
    "results": [
        {
            "start": 1422046500,
            "stop": 1422046540
        },
        {
            "start": 1422046548,
            "stop": 1422046555
        },
        {
            "start": 1422046557,
            "stop": 1422046560
        },
        {
            "start": 1422046568,
            "stop": 1422046572
        },
        {
            "start": 1422046580,
            "stop": 1422046604
        },
        {
            "start": 1422046608,
            "stop": 1422046657
        },
        {
            "start": 1422046658,
            "stop": 1422046700
        },
        {
            "start": 1422046704,
            "stop": 1422046740
        },
        {
            "start": 1422056301,
            "stop": 1422056314
        },
        {
            "start": 1422056315,
            "stop": 1422056404
        },
        {
            "start": 1422056406,
            "stop": 1422056443
        },
        {
            "start": 1422056445,
            "stop": 1422056447
        },
        {
            "start": 1422056451,
            "stop": 1422056459
        },
        {
            "start": 1422056467,
            "stop": 1422056485
        },
        {
            "start": 1422056486,
            "stop": 1422056515
        },
        {
            "start": 1422056523,
            "stop": 1422056530
        },
        {
            "start": 1422056532,
            "stop": 1422056555
        },
        {
            "start": 1422056559,
            "stop": 1422056571
        },
        {
            "start": 1422056579,
            "stop": 1422056583
        },
        {
            "start": 1422056587,
            "stop": 1422056707
        }
    ]
}