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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=251",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 252,
    "results": [
        {
            "start": 931758105,
            "stop": 931758347
        },
        {
            "start": 931758348,
            "stop": 931758349
        },
        {
            "start": 931758351,
            "stop": 931758392
        },
        {
            "start": 931758394,
            "stop": 931758416
        },
        {
            "start": 931758418,
            "stop": 931758419
        },
        {
            "start": 931758421,
            "stop": 931758422
        },
        {
            "start": 931758424,
            "stop": 931758436
        },
        {
            "start": 931758438,
            "stop": 931758441
        },
        {
            "start": 931758443,
            "stop": 931758454
        },
        {
            "start": 931758456,
            "stop": 931758466
        },
        {
            "start": 931758468,
            "stop": 931758615
        },
        {
            "start": 931758617,
            "stop": 931758865
        },
        {
            "start": 931758866,
            "stop": 931758868
        },
        {
            "start": 931758869,
            "stop": 931758916
        },
        {
            "start": 931758918,
            "stop": 931759008
        },
        {
            "start": 931759010,
            "stop": 931759028
        },
        {
            "start": 931759029,
            "stop": 931759033
        },
        {
            "start": 931759035,
            "stop": 931759046
        },
        {
            "start": 931759048,
            "stop": 931759084
        },
        {
            "start": 931759086,
            "stop": 931759116
        }
    ]
}