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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=147",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 148,
    "results": [
        {
            "start": 819959042,
            "stop": 819959229
        },
        {
            "start": 819959236,
            "stop": 819959887
        },
        {
            "start": 819959895,
            "stop": 819960285
        },
        {
            "start": 819960292,
            "stop": 819960711
        },
        {
            "start": 819960719,
            "stop": 819961214
        },
        {
            "start": 819961222,
            "stop": 819961237
        },
        {
            "start": 819961244,
            "stop": 819961387
        },
        {
            "start": 819961395,
            "stop": 819961442
        },
        {
            "start": 819961450,
            "stop": 819961544
        },
        {
            "start": 819961551,
            "stop": 819961756
        },
        {
            "start": 819961763,
            "stop": 819962038
        },
        {
            "start": 819962046,
            "stop": 819962218
        },
        {
            "start": 819962226,
            "stop": 819962277
        },
        {
            "start": 819962285,
            "stop": 819962372
        },
        {
            "start": 819962380,
            "stop": 819962397
        },
        {
            "start": 819962405,
            "stop": 819962498
        },
        {
            "start": 819962506,
            "stop": 819962829
        },
        {
            "start": 819962836,
            "stop": 819962984
        },
        {
            "start": 819962991,
            "stop": 819963199
        },
        {
            "start": 819963206,
            "stop": 819963530
        }
    ]
}