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=8039
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=8040",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8038",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8039,
    "results": [
        {
            "start": 970413189,
            "stop": 970413190
        },
        {
            "start": 970413196,
            "stop": 970413222
        },
        {
            "start": 970413225,
            "stop": 970413232
        },
        {
            "start": 970413236,
            "stop": 970413252
        },
        {
            "start": 970413255,
            "stop": 970413258
        },
        {
            "start": 970413261,
            "stop": 970413278
        },
        {
            "start": 970413281,
            "stop": 970413297
        },
        {
            "start": 970413300,
            "stop": 970413301
        },
        {
            "start": 970413306,
            "stop": 970413343
        },
        {
            "start": 970413352,
            "stop": 970413369
        },
        {
            "start": 970413372,
            "stop": 970413377
        },
        {
            "start": 970413380,
            "stop": 970413391
        },
        {
            "start": 970413394,
            "stop": 970413425
        },
        {
            "start": 970413428,
            "stop": 970413431
        },
        {
            "start": 970413437,
            "stop": 970413449
        },
        {
            "start": 970413452,
            "stop": 970413469
        },
        {
            "start": 970413474,
            "stop": 970413475
        },
        {
            "start": 970413478,
            "stop": 970413483
        },
        {
            "start": 970413487,
            "stop": 970413488
        },
        {
            "start": 970413496,
            "stop": 970413516
        }
    ]
}