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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=148",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 149,
    "results": [
        {
            "start": 819963537,
            "stop": 819963711
        },
        {
            "start": 819963718,
            "stop": 819963872
        },
        {
            "start": 819963887,
            "stop": 819963914
        },
        {
            "start": 819963943,
            "stop": 819964007
        },
        {
            "start": 819964014,
            "stop": 819964127
        },
        {
            "start": 819964134,
            "stop": 819964302
        },
        {
            "start": 819964310,
            "stop": 819964350
        },
        {
            "start": 819964357,
            "stop": 819964598
        },
        {
            "start": 819964605,
            "stop": 819964642
        },
        {
            "start": 819964650,
            "stop": 819964723
        },
        {
            "start": 819964737,
            "stop": 819964811
        },
        {
            "start": 819964819,
            "stop": 819964883
        },
        {
            "start": 819964897,
            "stop": 819964980
        },
        {
            "start": 819964987,
            "stop": 819965030
        },
        {
            "start": 819965038,
            "stop": 819965144
        },
        {
            "start": 819965151,
            "stop": 819965219
        },
        {
            "start": 819965226,
            "stop": 819965277
        },
        {
            "start": 819965285,
            "stop": 819965408
        },
        {
            "start": 819965415,
            "stop": 819965466
        },
        {
            "start": 819965473,
            "stop": 819965637
        }
    ]
}