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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=337",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 338,
    "results": [
        {
            "start": 862202166,
            "stop": 862202215
        },
        {
            "start": 862202233,
            "stop": 862202283
        },
        {
            "start": 862202300,
            "stop": 862202319
        },
        {
            "start": 862202336,
            "stop": 862202376
        },
        {
            "start": 862202393,
            "stop": 862202434
        },
        {
            "start": 862202451,
            "stop": 862202642
        },
        {
            "start": 862202661,
            "stop": 862202818
        },
        {
            "start": 862202844,
            "stop": 862202860
        },
        {
            "start": 862202878,
            "stop": 862202913
        },
        {
            "start": 862202930,
            "stop": 862202940
        },
        {
            "start": 862202983,
            "stop": 862202997
        },
        {
            "start": 862203016,
            "stop": 862203031
        },
        {
            "start": 862203049,
            "stop": 862203205
        },
        {
            "start": 862203223,
            "stop": 862203266
        },
        {
            "start": 862203283,
            "stop": 862203294
        },
        {
            "start": 862203317,
            "stop": 862203371
        },
        {
            "start": 862203389,
            "stop": 862203417
        },
        {
            "start": 862203434,
            "stop": 862203498
        },
        {
            "start": 862203570,
            "stop": 862203664
        },
        {
            "start": 862203681,
            "stop": 862203696
        }
    ]
}