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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2995",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2996,
    "results": [
        {
            "start": 862193175,
            "stop": 862193200
        },
        {
            "start": 862193204,
            "stop": 862193663
        },
        {
            "start": 862193666,
            "stop": 862194035
        },
        {
            "start": 862194038,
            "stop": 862194120
        },
        {
            "start": 862194180,
            "stop": 862194300
        },
        {
            "start": 862194360,
            "stop": 862194497
        },
        {
            "start": 862194500,
            "stop": 862195080
        },
        {
            "start": 862195140,
            "stop": 862195742
        },
        {
            "start": 862195748,
            "stop": 862195920
        },
        {
            "start": 862195980,
            "stop": 862196482
        },
        {
            "start": 862196486,
            "stop": 862196700
        },
        {
            "start": 862196760,
            "stop": 862196880
        },
        {
            "start": 862196940,
            "stop": 862197360
        },
        {
            "start": 862197420,
            "stop": 862197480
        },
        {
            "start": 862197660,
            "stop": 862197780
        },
        {
            "start": 862197840,
            "stop": 862198080
        },
        {
            "start": 862198140,
            "stop": 862198296
        },
        {
            "start": 862198300,
            "stop": 862198560
        },
        {
            "start": 862198620,
            "stop": 862198624
        },
        {
            "start": 862198628,
            "stop": 862198740
        }
    ]
}