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=385
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=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=384",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 385,
    "results": [
        {
            "start": 829634351,
            "stop": 829634352
        },
        {
            "start": 829634355,
            "stop": 829634362
        },
        {
            "start": 829634364,
            "stop": 829634369
        },
        {
            "start": 829634372,
            "stop": 829634376
        },
        {
            "start": 829634378,
            "stop": 829634381
        },
        {
            "start": 829634384,
            "stop": 829634385
        },
        {
            "start": 829634387,
            "stop": 829634390
        },
        {
            "start": 829634397,
            "stop": 829634398
        },
        {
            "start": 829634400,
            "stop": 829634401
        },
        {
            "start": 829634404,
            "stop": 829634407
        },
        {
            "start": 829634409,
            "stop": 829634412
        },
        {
            "start": 829634429,
            "stop": 829634434
        },
        {
            "start": 829634440,
            "stop": 829634442
        },
        {
            "start": 829634447,
            "stop": 829634449
        },
        {
            "start": 829634453,
            "stop": 829634458
        },
        {
            "start": 829634460,
            "stop": 829634461
        },
        {
            "start": 829634463,
            "stop": 829634464
        },
        {
            "start": 829634466,
            "stop": 829634467
        },
        {
            "start": 829634470,
            "stop": 829634474
        },
        {
            "start": 829634476,
            "stop": 829634479
        }
    ]
}