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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7459",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7457",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7458,
    "results": [
        {
            "start": 970077249,
            "stop": 970077314
        },
        {
            "start": 970077320,
            "stop": 970077498
        },
        {
            "start": 970077517,
            "stop": 970077518
        },
        {
            "start": 970077524,
            "stop": 970077526
        },
        {
            "start": 970077536,
            "stop": 970077541
        },
        {
            "start": 970077558,
            "stop": 970077567
        },
        {
            "start": 970077573,
            "stop": 970077622
        },
        {
            "start": 970077628,
            "stop": 970077771
        },
        {
            "start": 970077777,
            "stop": 970077874
        },
        {
            "start": 970077877,
            "stop": 970077882
        },
        {
            "start": 970077888,
            "stop": 970078046
        },
        {
            "start": 970078052,
            "stop": 970078157
        },
        {
            "start": 970078163,
            "stop": 970078164
        },
        {
            "start": 970078171,
            "stop": 970078172
        },
        {
            "start": 970078189,
            "stop": 970078191
        },
        {
            "start": 970078213,
            "stop": 970078215
        },
        {
            "start": 970078241,
            "stop": 970078244
        },
        {
            "start": 970078265,
            "stop": 970078353
        },
        {
            "start": 970078356,
            "stop": 970078407
        },
        {
            "start": 970078413,
            "stop": 970078514
        }
    ]
}