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=40935
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=40936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40934",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40935,
    "results": [
        {
            "start": 875109079,
            "stop": 875109088
        },
        {
            "start": 875109091,
            "stop": 875109129
        },
        {
            "start": 875109130,
            "stop": 875109135
        },
        {
            "start": 875109136,
            "stop": 875109220
        },
        {
            "start": 875109221,
            "stop": 875109269
        },
        {
            "start": 875109271,
            "stop": 875109323
        },
        {
            "start": 875109324,
            "stop": 875109334
        },
        {
            "start": 875109336,
            "stop": 875109337
        },
        {
            "start": 875109338,
            "stop": 875109422
        },
        {
            "start": 875109423,
            "stop": 875109436
        },
        {
            "start": 875109438,
            "stop": 875109516
        },
        {
            "start": 875109517,
            "stop": 875109530
        },
        {
            "start": 875109531,
            "stop": 875109577
        },
        {
            "start": 875109578,
            "stop": 875109591
        },
        {
            "start": 875109593,
            "stop": 875109595
        },
        {
            "start": 875109598,
            "stop": 875109599
        },
        {
            "start": 875109601,
            "stop": 875109612
        },
        {
            "start": 875109614,
            "stop": 875109616
        },
        {
            "start": 875109618,
            "stop": 875109622
        },
        {
            "start": 875109624,
            "stop": 875109629
        }
    ]
}