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=366
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=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=365",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 366,
    "results": [
        {
            "start": 829403873,
            "stop": 829403874
        },
        {
            "start": 829403879,
            "stop": 829403880
        },
        {
            "start": 829403883,
            "stop": 829403884
        },
        {
            "start": 829403892,
            "stop": 829403893
        },
        {
            "start": 829403898,
            "stop": 829403899
        },
        {
            "start": 829403900,
            "stop": 829403902
        },
        {
            "start": 829403904,
            "stop": 829403912
        },
        {
            "start": 829403914,
            "stop": 829403922
        },
        {
            "start": 829403924,
            "stop": 829403952
        },
        {
            "start": 829403954,
            "stop": 829403984
        },
        {
            "start": 829403991,
            "stop": 829403994
        },
        {
            "start": 829403996,
            "stop": 829404021
        },
        {
            "start": 829404025,
            "stop": 829404048
        },
        {
            "start": 829404050,
            "stop": 829404112
        },
        {
            "start": 829404114,
            "stop": 829404119
        },
        {
            "start": 829404121,
            "stop": 829404123
        },
        {
            "start": 829404125,
            "stop": 829404149
        },
        {
            "start": 829404153,
            "stop": 829404154
        },
        {
            "start": 829404156,
            "stop": 829404159
        },
        {
            "start": 829404161,
            "stop": 829404165
        }
    ]
}