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=646
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=647",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=645",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 646,
    "results": [
        {
            "start": 829283266,
            "stop": 829283389
        },
        {
            "start": 829283408,
            "stop": 829283522
        },
        {
            "start": 829283525,
            "stop": 829284009
        },
        {
            "start": 829284028,
            "stop": 829284095
        },
        {
            "start": 829284114,
            "stop": 829284179
        },
        {
            "start": 829284204,
            "stop": 829284260
        },
        {
            "start": 829284279,
            "stop": 829284286
        },
        {
            "start": 829284375,
            "stop": 829284456
        },
        {
            "start": 829284475,
            "stop": 829284505
        },
        {
            "start": 829284524,
            "stop": 829284540
        },
        {
            "start": 829284660,
            "stop": 829285040
        },
        {
            "start": 829285059,
            "stop": 829285233
        },
        {
            "start": 829285252,
            "stop": 829285680
        },
        {
            "start": 829285800,
            "stop": 829285920
        },
        {
            "start": 829285980,
            "stop": 829286201
        },
        {
            "start": 829286222,
            "stop": 829286384
        },
        {
            "start": 829286387,
            "stop": 829286917
        },
        {
            "start": 829286920,
            "stop": 829287109
        },
        {
            "start": 829287113,
            "stop": 829288085
        },
        {
            "start": 829288102,
            "stop": 829288260
        }
    ]
}