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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=175",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 176,
    "results": [
        {
            "start": 932448356,
            "stop": 932449140
        },
        {
            "start": 932449142,
            "stop": 932449432
        },
        {
            "start": 932449437,
            "stop": 932449470
        },
        {
            "start": 932449475,
            "stop": 932449844
        },
        {
            "start": 932449849,
            "stop": 932449926
        },
        {
            "start": 932449931,
            "stop": 932450216
        },
        {
            "start": 932450221,
            "stop": 932450351
        },
        {
            "start": 932450357,
            "stop": 932450415
        },
        {
            "start": 932450775,
            "stop": 932451602
        },
        {
            "start": 932451607,
            "stop": 932451697
        },
        {
            "start": 932451702,
            "stop": 932451712
        },
        {
            "start": 932451717,
            "stop": 932452395
        },
        {
            "start": 932452397,
            "stop": 932452410
        },
        {
            "start": 932452412,
            "stop": 932452425
        },
        {
            "start": 932452427,
            "stop": 932452440
        },
        {
            "start": 932452442,
            "stop": 932452485
        },
        {
            "start": 932452487,
            "stop": 932452818
        },
        {
            "start": 932452821,
            "stop": 932453599
        },
        {
            "start": 932453604,
            "stop": 932453710
        },
        {
            "start": 932453712,
            "stop": 932454015
        }
    ]
}