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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=50",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 51,
    "results": [
        {
            "start": 820121731,
            "stop": 820141879
        },
        {
            "start": 820142370,
            "stop": 820147210
        },
        {
            "start": 820147610,
            "stop": 820150983
        },
        {
            "start": 820151303,
            "stop": 820151373
        },
        {
            "start": 820151773,
            "stop": 820156848
        },
        {
            "start": 820157417,
            "stop": 820161324
        },
        {
            "start": 820161325,
            "stop": 820171788
        },
        {
            "start": 820172310,
            "stop": 820175341
        },
        {
            "start": 820177085,
            "stop": 820181270
        },
        {
            "start": 820181273,
            "stop": 820190891
        },
        {
            "start": 820190894,
            "stop": 820194248
        },
        {
            "start": 820194568,
            "stop": 820194756
        },
        {
            "start": 820195156,
            "stop": 820196370
        },
        {
            "start": 820197260,
            "stop": 820199281
        },
        {
            "start": 820200371,
            "stop": 820200421
        },
        {
            "start": 820202752,
            "stop": 820207929
        },
        {
            "start": 820207933,
            "stop": 820210680
        },
        {
            "start": 820211746,
            "stop": 820214070
        },
        {
            "start": 820214895,
            "stop": 820215115
        },
        {
            "start": 820215837,
            "stop": 820218281
        }
    ]
}