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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=240",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 241,
    "results": [
        {
            "start": 931163531,
            "stop": 931163532
        },
        {
            "start": 931163533,
            "stop": 931163535
        },
        {
            "start": 931163537,
            "stop": 931163540
        },
        {
            "start": 931163542,
            "stop": 931163546
        },
        {
            "start": 931163547,
            "stop": 931163548
        },
        {
            "start": 931163553,
            "stop": 931163555
        },
        {
            "start": 931163557,
            "stop": 931163560
        },
        {
            "start": 931163561,
            "stop": 931163564
        },
        {
            "start": 931163565,
            "stop": 931163566
        },
        {
            "start": 931163569,
            "stop": 931163570
        },
        {
            "start": 931163575,
            "stop": 931163577
        },
        {
            "start": 931163579,
            "stop": 931163586
        },
        {
            "start": 931163587,
            "stop": 931163588
        },
        {
            "start": 931163589,
            "stop": 931163591
        },
        {
            "start": 931163592,
            "stop": 931163593
        },
        {
            "start": 931163596,
            "stop": 931163597
        },
        {
            "start": 931163598,
            "stop": 931163599
        },
        {
            "start": 931163601,
            "stop": 931163602
        },
        {
            "start": 931163605,
            "stop": 931163608
        },
        {
            "start": 931163611,
            "stop": 931163614
        }
    ]
}