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=8673
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=8674",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8672",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8673,
    "results": [
        {
            "start": 871813103,
            "stop": 871814280
        },
        {
            "start": 871814400,
            "stop": 871817522
        },
        {
            "start": 871817539,
            "stop": 871818089
        },
        {
            "start": 871818106,
            "stop": 871818770
        },
        {
            "start": 871819050,
            "stop": 871821547
        },
        {
            "start": 871821564,
            "stop": 871822444
        },
        {
            "start": 871822564,
            "stop": 871825643
        },
        {
            "start": 871825660,
            "stop": 871826788
        },
        {
            "start": 871826805,
            "stop": 871826880
        },
        {
            "start": 871826884,
            "stop": 871826896
        },
        {
            "start": 871827016,
            "stop": 871827072
        },
        {
            "start": 871827192,
            "stop": 871828430
        },
        {
            "start": 871828550,
            "stop": 871829182
        },
        {
            "start": 871829199,
            "stop": 871829845
        },
        {
            "start": 871829965,
            "stop": 871829968
        },
        {
            "start": 871829985,
            "stop": 871830293
        },
        {
            "start": 871830325,
            "stop": 871830455
        },
        {
            "start": 871830472,
            "stop": 871830773
        },
        {
            "start": 871830893,
            "stop": 871831036
        },
        {
            "start": 871831053,
            "stop": 871831371
        }
    ]
}