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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=377",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 378,
    "results": [
        {
            "start": 829443365,
            "stop": 829443371
        },
        {
            "start": 829443373,
            "stop": 829443409
        },
        {
            "start": 829443411,
            "stop": 829443412
        },
        {
            "start": 829443416,
            "stop": 829443418
        },
        {
            "start": 829443420,
            "stop": 829443424
        },
        {
            "start": 829443428,
            "stop": 829443448
        },
        {
            "start": 829443450,
            "stop": 829443461
        },
        {
            "start": 829443463,
            "stop": 829443466
        },
        {
            "start": 829443468,
            "stop": 829443477
        },
        {
            "start": 829443479,
            "stop": 829443480
        },
        {
            "start": 829443482,
            "stop": 829443494
        },
        {
            "start": 829443498,
            "stop": 829443512
        },
        {
            "start": 829443514,
            "stop": 829443596
        },
        {
            "start": 829443599,
            "stop": 829443607
        },
        {
            "start": 829443609,
            "stop": 829443638
        },
        {
            "start": 829443639,
            "stop": 829443656
        },
        {
            "start": 829443660,
            "stop": 829443665
        },
        {
            "start": 829443667,
            "stop": 829443701
        },
        {
            "start": 829443703,
            "stop": 829443711
        },
        {
            "start": 829443713,
            "stop": 829443730
        }
    ]
}