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=667
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=668",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=666",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 667,
    "results": [
        {
            "start": 829640935,
            "stop": 829640945
        },
        {
            "start": 829640953,
            "stop": 829641201
        },
        {
            "start": 829641204,
            "stop": 829641325
        },
        {
            "start": 829641328,
            "stop": 829641518
        },
        {
            "start": 829641522,
            "stop": 829644356
        },
        {
            "start": 829644359,
            "stop": 829646137
        },
        {
            "start": 829646140,
            "stop": 829646919
        },
        {
            "start": 829646936,
            "stop": 829647068
        },
        {
            "start": 829647071,
            "stop": 829648970
        },
        {
            "start": 829648973,
            "stop": 829653466
        },
        {
            "start": 829656247,
            "stop": 829658018
        },
        {
            "start": 829658022,
            "stop": 829666378
        },
        {
            "start": 829666382,
            "stop": 829667085
        },
        {
            "start": 829667088,
            "stop": 829668420
        },
        {
            "start": 829668437,
            "stop": 829668656
        },
        {
            "start": 829668673,
            "stop": 829669460
        },
        {
            "start": 829669760,
            "stop": 829670319
        },
        {
            "start": 829670336,
            "stop": 829670728
        },
        {
            "start": 829670731,
            "stop": 829672671
        },
        {
            "start": 829672690,
            "stop": 829674266
        }
    ]
}