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=8750
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=8751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8749",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8750,
    "results": [
        {
            "start": 873080881,
            "stop": 873081440
        },
        {
            "start": 873081480,
            "stop": 873081548
        },
        {
            "start": 873082880,
            "stop": 873083063
        },
        {
            "start": 873083070,
            "stop": 873083100
        },
        {
            "start": 873083700,
            "stop": 873083820
        },
        {
            "start": 873083880,
            "stop": 873083957
        },
        {
            "start": 873083965,
            "stop": 873084000
        },
        {
            "start": 873084060,
            "stop": 873084076
        },
        {
            "start": 873084084,
            "stop": 873084111
        },
        {
            "start": 873084118,
            "stop": 873084127
        },
        {
            "start": 873084137,
            "stop": 873084180
        },
        {
            "start": 873084240,
            "stop": 873084360
        },
        {
            "start": 873084420,
            "stop": 873084493
        },
        {
            "start": 873084500,
            "stop": 873084613
        },
        {
            "start": 873084733,
            "stop": 873084780
        },
        {
            "start": 873084960,
            "stop": 873085205
        },
        {
            "start": 873085380,
            "stop": 873086062
        },
        {
            "start": 873086079,
            "stop": 873086280
        },
        {
            "start": 873086400,
            "stop": 873086460
        },
        {
            "start": 873086820,
            "stop": 873086940
        }
    ]
}