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=664
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=665",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=663",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 664,
    "results": [
        {
            "start": 829550963,
            "stop": 829552830
        },
        {
            "start": 829552980,
            "stop": 829560282
        },
        {
            "start": 829560285,
            "stop": 829562239
        },
        {
            "start": 829562393,
            "stop": 829580077
        },
        {
            "start": 829580080,
            "stop": 829582177
        },
        {
            "start": 829582194,
            "stop": 829582911
        },
        {
            "start": 829582928,
            "stop": 829584367
        },
        {
            "start": 829584385,
            "stop": 829585649
        },
        {
            "start": 829585652,
            "stop": 829586445
        },
        {
            "start": 829586462,
            "stop": 829587115
        },
        {
            "start": 829587132,
            "stop": 829588312
        },
        {
            "start": 829588333,
            "stop": 829590423
        },
        {
            "start": 829590440,
            "stop": 829590997
        },
        {
            "start": 829591018,
            "stop": 829591022
        },
        {
            "start": 829591043,
            "stop": 829591364
        },
        {
            "start": 829591373,
            "stop": 829591376
        },
        {
            "start": 829591383,
            "stop": 829591388
        },
        {
            "start": 829591391,
            "stop": 829591408
        },
        {
            "start": 829591411,
            "stop": 829591421
        },
        {
            "start": 829591424,
            "stop": 829591445
        }
    ]
}