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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=255",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 256,
    "results": [
        {
            "start": 820936809,
            "stop": 820936841
        },
        {
            "start": 820936849,
            "stop": 820936900
        },
        {
            "start": 820936907,
            "stop": 820937066
        },
        {
            "start": 820937073,
            "stop": 820937090
        },
        {
            "start": 820937097,
            "stop": 820937144
        },
        {
            "start": 820937325,
            "stop": 820937347
        },
        {
            "start": 820937354,
            "stop": 820937387
        },
        {
            "start": 820937395,
            "stop": 820937403
        },
        {
            "start": 820937410,
            "stop": 820937472
        },
        {
            "start": 820937479,
            "stop": 820937507
        },
        {
            "start": 820937515,
            "stop": 820937546
        },
        {
            "start": 820937553,
            "stop": 820937569
        },
        {
            "start": 820937576,
            "stop": 820937674
        },
        {
            "start": 820937682,
            "stop": 820937934
        },
        {
            "start": 820937941,
            "stop": 820937956
        },
        {
            "start": 820937963,
            "stop": 820938022
        },
        {
            "start": 820938029,
            "stop": 820938149
        },
        {
            "start": 820938160,
            "stop": 820938219
        },
        {
            "start": 820938226,
            "stop": 820938261
        },
        {
            "start": 820938269,
            "stop": 820938294
        }
    ]
}