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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=134",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 135,
    "results": [
        {
            "start": 831244650,
            "stop": 831247023
        },
        {
            "start": 831247086,
            "stop": 831247142
        },
        {
            "start": 831247541,
            "stop": 831249664
        },
        {
            "start": 831249748,
            "stop": 831263257
        },
        {
            "start": 831263557,
            "stop": 831264296
        },
        {
            "start": 831267322,
            "stop": 831273258
        },
        {
            "start": 831273368,
            "stop": 831273730
        },
        {
            "start": 831274189,
            "stop": 831277032
        },
        {
            "start": 831277332,
            "stop": 831312241
        },
        {
            "start": 831314216,
            "stop": 831315094
        },
        {
            "start": 831315174,
            "stop": 831323233
        },
        {
            "start": 831325277,
            "stop": 831331459
        },
        {
            "start": 831331993,
            "stop": 831344026
        },
        {
            "start": 831346305,
            "stop": 831350986
        },
        {
            "start": 831351096,
            "stop": 831351111
        },
        {
            "start": 831351411,
            "stop": 831355215
        },
        {
            "start": 831359269,
            "stop": 831387816
        },
        {
            "start": 831387819,
            "stop": 831395970
        },
        {
            "start": 831396270,
            "stop": 831396304
        },
        {
            "start": 831396306,
            "stop": 831402039
        }
    ]
}