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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=298",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 299,
    "results": [
        {
            "start": 822805818,
            "stop": 822805866
        },
        {
            "start": 822805870,
            "stop": 822805929
        },
        {
            "start": 822805933,
            "stop": 822805953
        },
        {
            "start": 822805957,
            "stop": 822805962
        },
        {
            "start": 822805966,
            "stop": 822805982
        },
        {
            "start": 822805986,
            "stop": 822805992
        },
        {
            "start": 822806015,
            "stop": 822806045
        },
        {
            "start": 822806054,
            "stop": 822806060
        },
        {
            "start": 822806064,
            "stop": 822806113
        },
        {
            "start": 822806183,
            "stop": 822806184
        },
        {
            "start": 822806261,
            "stop": 822806271
        },
        {
            "start": 822806275,
            "stop": 822806281
        },
        {
            "start": 822806294,
            "stop": 822806304
        },
        {
            "start": 822806309,
            "stop": 822806314
        },
        {
            "start": 822806323,
            "stop": 822806367
        },
        {
            "start": 822806371,
            "stop": 822806400
        },
        {
            "start": 822806413,
            "stop": 822806414
        },
        {
            "start": 822806966,
            "stop": 822807015
        },
        {
            "start": 822807019,
            "stop": 822807022
        },
        {
            "start": 822807029,
            "stop": 822807039
        }
    ]
}