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=3131
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=3132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3130",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3131,
    "results": [
        {
            "start": 868228889,
            "stop": 868229397
        },
        {
            "start": 868229460,
            "stop": 868229920
        },
        {
            "start": 868229925,
            "stop": 868231017
        },
        {
            "start": 868231023,
            "stop": 868231380
        },
        {
            "start": 868231500,
            "stop": 868232416
        },
        {
            "start": 868232828,
            "stop": 868234306
        },
        {
            "start": 868234309,
            "stop": 868234557
        },
        {
            "start": 868234563,
            "stop": 868234592
        },
        {
            "start": 868234598,
            "stop": 868234610
        },
        {
            "start": 868234615,
            "stop": 868234617
        },
        {
            "start": 868234623,
            "stop": 868236156
        },
        {
            "start": 868236456,
            "stop": 868236610
        },
        {
            "start": 868236939,
            "stop": 868237080
        },
        {
            "start": 868237140,
            "stop": 868239120
        },
        {
            "start": 868239180,
            "stop": 868247399
        },
        {
            "start": 868248566,
            "stop": 868249110
        },
        {
            "start": 868249200,
            "stop": 868252102
        },
        {
            "start": 868252110,
            "stop": 868252140
        },
        {
            "start": 868252200,
            "stop": 868253427
        },
        {
            "start": 868255470,
            "stop": 868262358
        }
    ]
}