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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=226",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 227,
    "results": [
        {
            "start": 820893171,
            "stop": 820893187
        },
        {
            "start": 820893191,
            "stop": 820893303
        },
        {
            "start": 820893307,
            "stop": 820893391
        },
        {
            "start": 820893395,
            "stop": 820893421
        },
        {
            "start": 820893425,
            "stop": 820893436
        },
        {
            "start": 820893440,
            "stop": 820893475
        },
        {
            "start": 820893483,
            "stop": 820893493
        },
        {
            "start": 820893730,
            "stop": 820893786
        },
        {
            "start": 820893936,
            "stop": 820894017
        },
        {
            "start": 820894020,
            "stop": 820894035
        },
        {
            "start": 820895941,
            "stop": 820895946
        },
        {
            "start": 820895954,
            "stop": 820896138
        },
        {
            "start": 820896142,
            "stop": 820896298
        },
        {
            "start": 820896301,
            "stop": 820896335
        },
        {
            "start": 820896339,
            "stop": 820896345
        },
        {
            "start": 820896349,
            "stop": 820896413
        },
        {
            "start": 820896416,
            "stop": 820896451
        },
        {
            "start": 820896470,
            "stop": 820896471
        },
        {
            "start": 820896475,
            "stop": 820896501
        },
        {
            "start": 820896521,
            "stop": 820897088
        }
    ]
}