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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6409",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6410,
    "results": [
        {
            "start": 873725254,
            "stop": 873725484
        },
        {
            "start": 873725486,
            "stop": 873726304
        },
        {
            "start": 873726305,
            "stop": 873726330
        },
        {
            "start": 873726331,
            "stop": 873726410
        },
        {
            "start": 873726412,
            "stop": 873726715
        },
        {
            "start": 873726716,
            "stop": 873726801
        },
        {
            "start": 873726802,
            "stop": 873726965
        },
        {
            "start": 873726966,
            "stop": 873727302
        },
        {
            "start": 873727303,
            "stop": 873727306
        },
        {
            "start": 873727307,
            "stop": 873727738
        },
        {
            "start": 873727739,
            "stop": 873728160
        },
        {
            "start": 873728161,
            "stop": 873728284
        },
        {
            "start": 873728285,
            "stop": 873728346
        },
        {
            "start": 873728347,
            "stop": 873728410
        },
        {
            "start": 873728411,
            "stop": 873728435
        },
        {
            "start": 873728436,
            "stop": 873728497
        },
        {
            "start": 873728498,
            "stop": 873728505
        },
        {
            "start": 873728506,
            "stop": 873728580
        },
        {
            "start": 873728582,
            "stop": 873728615
        },
        {
            "start": 873728616,
            "stop": 873729489
        }
    ]
}