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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8646",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8644",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8645,
    "results": [
        {
            "start": 871530957,
            "stop": 871531991
        },
        {
            "start": 871532008,
            "stop": 871532445
        },
        {
            "start": 871532461,
            "stop": 871533002
        },
        {
            "start": 871533019,
            "stop": 871533033
        },
        {
            "start": 871533050,
            "stop": 871533213
        },
        {
            "start": 871533230,
            "stop": 871533607
        },
        {
            "start": 871533624,
            "stop": 871533737
        },
        {
            "start": 871533754,
            "stop": 871535721
        },
        {
            "start": 871535738,
            "stop": 871535760
        },
        {
            "start": 871535820,
            "stop": 871536477
        },
        {
            "start": 871536494,
            "stop": 871536798
        },
        {
            "start": 871536815,
            "stop": 871537820
        },
        {
            "start": 871537837,
            "stop": 871537929
        },
        {
            "start": 871537946,
            "stop": 871539212
        },
        {
            "start": 871539229,
            "stop": 871539477
        },
        {
            "start": 871539546,
            "stop": 871540395
        },
        {
            "start": 871540541,
            "stop": 871541071
        },
        {
            "start": 871541088,
            "stop": 871541418
        },
        {
            "start": 871541435,
            "stop": 871541458
        },
        {
            "start": 871541486,
            "stop": 871541507
        }
    ]
}