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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2337",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2338,
    "results": [
        {
            "start": 871800390,
            "stop": 871800962
        },
        {
            "start": 871800979,
            "stop": 871801956
        },
        {
            "start": 871801973,
            "stop": 871803276
        },
        {
            "start": 871803614,
            "stop": 871807244
        },
        {
            "start": 871807425,
            "stop": 871813086
        },
        {
            "start": 871813103,
            "stop": 871814280
        },
        {
            "start": 871814400,
            "stop": 871817522
        },
        {
            "start": 871817539,
            "stop": 871818089
        },
        {
            "start": 871818106,
            "stop": 871818770
        },
        {
            "start": 871819050,
            "stop": 871821547
        },
        {
            "start": 871821564,
            "stop": 871825643
        },
        {
            "start": 871825660,
            "stop": 871826788
        },
        {
            "start": 871826805,
            "stop": 871826880
        },
        {
            "start": 871826884,
            "stop": 871829182
        },
        {
            "start": 871829199,
            "stop": 871829968
        },
        {
            "start": 871829985,
            "stop": 871830293
        },
        {
            "start": 871830325,
            "stop": 871830455
        },
        {
            "start": 871830472,
            "stop": 871831036
        },
        {
            "start": 871831053,
            "stop": 871831371
        },
        {
            "start": 871831388,
            "stop": 871831610
        }
    ]
}