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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=559",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=557",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 558,
    "results": [
        {
            "start": 827275311,
            "stop": 827275343
        },
        {
            "start": 827275346,
            "stop": 827276256
        },
        {
            "start": 827276259,
            "stop": 827276269
        },
        {
            "start": 827276278,
            "stop": 827276280
        },
        {
            "start": 827276353,
            "stop": 827277319
        },
        {
            "start": 827277444,
            "stop": 827278422
        },
        {
            "start": 827278880,
            "stop": 827282632
        },
        {
            "start": 827282683,
            "stop": 827282697
        },
        {
            "start": 827282735,
            "stop": 827283810
        },
        {
            "start": 827283829,
            "stop": 827284112
        },
        {
            "start": 827284134,
            "stop": 827284196
        },
        {
            "start": 827284218,
            "stop": 827284389
        },
        {
            "start": 827284418,
            "stop": 827284456
        },
        {
            "start": 827284490,
            "stop": 827285152
        },
        {
            "start": 827285169,
            "stop": 827285942
        },
        {
            "start": 827285959,
            "stop": 827286657
        },
        {
            "start": 827286744,
            "stop": 827286748
        },
        {
            "start": 827286798,
            "stop": 827287075
        },
        {
            "start": 827287104,
            "stop": 827287165
        },
        {
            "start": 827287212,
            "stop": 827287373
        }
    ]
}