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=457
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=458",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=456",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 457,
    "results": [
        {
            "start": 825943594,
            "stop": 825943612
        },
        {
            "start": 825943631,
            "stop": 825943650
        },
        {
            "start": 825943669,
            "stop": 825943689
        },
        {
            "start": 825943744,
            "stop": 825943801
        },
        {
            "start": 825943820,
            "stop": 825943900
        },
        {
            "start": 825943919,
            "stop": 825943923
        },
        {
            "start": 825943926,
            "stop": 825943939
        },
        {
            "start": 825943958,
            "stop": 825943971
        },
        {
            "start": 825944002,
            "stop": 825944136
        },
        {
            "start": 825944139,
            "stop": 825944192
        },
        {
            "start": 825944195,
            "stop": 825944208
        },
        {
            "start": 825944212,
            "stop": 825944216
        },
        {
            "start": 825944235,
            "stop": 825944273
        },
        {
            "start": 825944276,
            "stop": 825944363
        },
        {
            "start": 825944380,
            "stop": 825944400
        },
        {
            "start": 825944460,
            "stop": 825944462
        },
        {
            "start": 825944479,
            "stop": 825944520
        },
        {
            "start": 825944580,
            "stop": 825944599
        },
        {
            "start": 825944602,
            "stop": 825944652
        },
        {
            "start": 825944671,
            "stop": 825944700
        }
    ]
}