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=2289
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=2290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2288",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2289,
    "results": [
        {
            "start": 871078150,
            "stop": 871078282
        },
        {
            "start": 871078383,
            "stop": 871079100
        },
        {
            "start": 871079160,
            "stop": 871079850
        },
        {
            "start": 871079950,
            "stop": 871080229
        },
        {
            "start": 871080370,
            "stop": 871080480
        },
        {
            "start": 871081090,
            "stop": 871081490
        },
        {
            "start": 871081630,
            "stop": 871081869
        },
        {
            "start": 871081908,
            "stop": 871084490
        },
        {
            "start": 871084570,
            "stop": 871086259
        },
        {
            "start": 871086298,
            "stop": 871088349
        },
        {
            "start": 871088395,
            "stop": 871088623
        },
        {
            "start": 871088640,
            "stop": 871091642
        },
        {
            "start": 871091680,
            "stop": 871094212
        },
        {
            "start": 871094229,
            "stop": 871095066
        },
        {
            "start": 871095083,
            "stop": 871099509
        },
        {
            "start": 871099548,
            "stop": 871099839
        },
        {
            "start": 871099913,
            "stop": 871100307
        },
        {
            "start": 871100470,
            "stop": 871101339
        },
        {
            "start": 871101356,
            "stop": 871101608
        },
        {
            "start": 871101625,
            "stop": 871105384
        }
    ]
}