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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=94",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 95,
    "results": [
        {
            "start": 827556093,
            "stop": 827588360
        },
        {
            "start": 827591185,
            "stop": 827597287
        },
        {
            "start": 827611031,
            "stop": 827611130
        },
        {
            "start": 827611573,
            "stop": 827617128
        },
        {
            "start": 827617235,
            "stop": 827618210
        },
        {
            "start": 827620359,
            "stop": 827687406
        },
        {
            "start": 827689435,
            "stop": 827693150
        },
        {
            "start": 827693450,
            "stop": 827696427
        },
        {
            "start": 827696727,
            "stop": 827698162
        },
        {
            "start": 827698462,
            "stop": 827706857
        },
        {
            "start": 827706967,
            "stop": 827707067
        },
        {
            "start": 827707367,
            "stop": 827771566
        },
        {
            "start": 827771676,
            "stop": 827772073
        },
        {
            "start": 827772373,
            "stop": 827772422
        },
        {
            "start": 827772757,
            "stop": 827772934
        },
        {
            "start": 827773356,
            "stop": 827777993
        },
        {
            "start": 827778144,
            "stop": 827783836
        },
        {
            "start": 827785268,
            "stop": 827786477
        },
        {
            "start": 827786780,
            "stop": 827791404
        },
        {
            "start": 827791704,
            "stop": 827793108
        }
    ]
}