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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=290",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 291,
    "results": [
        {
            "start": 935196128,
            "stop": 935196141
        },
        {
            "start": 935196143,
            "stop": 935196710
        },
        {
            "start": 935196713,
            "stop": 935197215
        },
        {
            "start": 935197455,
            "stop": 935197580
        },
        {
            "start": 935197583,
            "stop": 935199864
        },
        {
            "start": 935199866,
            "stop": 935199893
        },
        {
            "start": 935199896,
            "stop": 935199969
        },
        {
            "start": 935199972,
            "stop": 935199982
        },
        {
            "start": 935199986,
            "stop": 935199998
        },
        {
            "start": 935200001,
            "stop": 935200013
        },
        {
            "start": 935200017,
            "stop": 935200815
        },
        {
            "start": 935201055,
            "stop": 935201582
        },
        {
            "start": 935201585,
            "stop": 935203266
        },
        {
            "start": 935203269,
            "stop": 935203866
        },
        {
            "start": 935203869,
            "stop": 935203882
        },
        {
            "start": 935203884,
            "stop": 935204415
        },
        {
            "start": 935204655,
            "stop": 935205831
        },
        {
            "start": 935205834,
            "stop": 935207047
        },
        {
            "start": 935207050,
            "stop": 935208015
        },
        {
            "start": 935208255,
            "stop": 935209411
        }
    ]
}