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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=327",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 328,
    "results": [
        {
            "start": 818245094,
            "stop": 818245098
        },
        {
            "start": 818245101,
            "stop": 818245103
        },
        {
            "start": 818245109,
            "stop": 818245110
        },
        {
            "start": 818245122,
            "stop": 818245125
        },
        {
            "start": 818245128,
            "stop": 818245129
        },
        {
            "start": 818245132,
            "stop": 818245133
        },
        {
            "start": 818245136,
            "stop": 818245137
        },
        {
            "start": 818245878,
            "stop": 818245881
        },
        {
            "start": 818245888,
            "stop": 818245890
        },
        {
            "start": 818245893,
            "stop": 818245895
        },
        {
            "start": 818245898,
            "stop": 818245902
        },
        {
            "start": 818245926,
            "stop": 818245931
        },
        {
            "start": 818245934,
            "stop": 818245936
        },
        {
            "start": 818245981,
            "stop": 818245986
        },
        {
            "start": 818245989,
            "stop": 818245996
        },
        {
            "start": 818246001,
            "stop": 818246007
        },
        {
            "start": 818246010,
            "stop": 818246011
        },
        {
            "start": 818246014,
            "stop": 818246016
        },
        {
            "start": 818246019,
            "stop": 818246020
        },
        {
            "start": 818246024,
            "stop": 818246031
        }
    ]
}