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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=248",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 249,
    "results": [
        {
            "start": 852656763,
            "stop": 852657189
        },
        {
            "start": 852657489,
            "stop": 852660409
        },
        {
            "start": 852660527,
            "stop": 852661178
        },
        {
            "start": 852661741,
            "stop": 852662978
        },
        {
            "start": 852663294,
            "stop": 852663956
        },
        {
            "start": 852664031,
            "stop": 852669929
        },
        {
            "start": 852670039,
            "stop": 852671537
        },
        {
            "start": 852672037,
            "stop": 852672267
        },
        {
            "start": 852672588,
            "stop": 852672715
        },
        {
            "start": 852672825,
            "stop": 852673082
        },
        {
            "start": 852673382,
            "stop": 852679043
        },
        {
            "start": 852690020,
            "stop": 852691892
        },
        {
            "start": 852691943,
            "stop": 852692149
        },
        {
            "start": 852695528,
            "stop": 852697706
        },
        {
            "start": 852712775,
            "stop": 852715503
        },
        {
            "start": 852716820,
            "stop": 852716873
        },
        {
            "start": 852716983,
            "stop": 852717042
        },
        {
            "start": 852717342,
            "stop": 852745432
        },
        {
            "start": 852745760,
            "stop": 852752785
        },
        {
            "start": 852753085,
            "stop": 852758596
        }
    ]
}