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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=120",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 121,
    "results": [
        {
            "start": 832465248,
            "stop": 832465814
        },
        {
            "start": 832466114,
            "stop": 832472637
        },
        {
            "start": 832472937,
            "stop": 832479826
        },
        {
            "start": 832482102,
            "stop": 832493836
        },
        {
            "start": 832494136,
            "stop": 832504102
        },
        {
            "start": 832504212,
            "stop": 832507250
        },
        {
            "start": 832509282,
            "stop": 832509284
        },
        {
            "start": 832509304,
            "stop": 832509518
        },
        {
            "start": 832511187,
            "stop": 832520440
        },
        {
            "start": 832520550,
            "stop": 832523934
        },
        {
            "start": 832524234,
            "stop": 832529926
        },
        {
            "start": 832539250,
            "stop": 832542270
        },
        {
            "start": 832543459,
            "stop": 832553068
        },
        {
            "start": 832554751,
            "stop": 832555482
        },
        {
            "start": 832555592,
            "stop": 832557415
        },
        {
            "start": 832557472,
            "stop": 832558213
        },
        {
            "start": 832558513,
            "stop": 832561887
        },
        {
            "start": 832561889,
            "stop": 832601648
        },
        {
            "start": 832610422,
            "stop": 832611905
        },
        {
            "start": 832612017,
            "stop": 832613859
        }
    ]
}