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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=295",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 296,
    "results": [
        {
            "start": 820892594,
            "stop": 820892682
        },
        {
            "start": 820892685,
            "stop": 820892750
        },
        {
            "start": 820892753,
            "stop": 820892820
        },
        {
            "start": 820893000,
            "stop": 820893154
        },
        {
            "start": 820893158,
            "stop": 820893168
        },
        {
            "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": 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
        }
    ]
}