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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=305",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 306,
    "results": [
        {
            "start": 822867086,
            "stop": 822867341
        },
        {
            "start": 822867344,
            "stop": 822867529
        },
        {
            "start": 822867532,
            "stop": 822867636
        },
        {
            "start": 822867639,
            "stop": 822867657
        },
        {
            "start": 822867662,
            "stop": 822867856
        },
        {
            "start": 822867859,
            "stop": 822867879
        },
        {
            "start": 822867882,
            "stop": 822867960
        },
        {
            "start": 822867964,
            "stop": 822867967
        },
        {
            "start": 822867970,
            "stop": 822868100
        },
        {
            "start": 822868103,
            "stop": 822868194
        },
        {
            "start": 822868198,
            "stop": 822868216
        },
        {
            "start": 822868219,
            "stop": 822868453
        },
        {
            "start": 822868456,
            "stop": 822868457
        },
        {
            "start": 822868460,
            "stop": 822868706
        },
        {
            "start": 822868711,
            "stop": 822868896
        },
        {
            "start": 822868900,
            "stop": 822868976
        },
        {
            "start": 822868979,
            "stop": 822868990
        },
        {
            "start": 822868993,
            "stop": 822869070
        },
        {
            "start": 822869073,
            "stop": 822869082
        },
        {
            "start": 822869085,
            "stop": 822869278
        }
    ]
}