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=40996
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=40997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40995",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40996,
    "results": [
        {
            "start": 875147070,
            "stop": 875147113
        },
        {
            "start": 875147114,
            "stop": 875147123
        },
        {
            "start": 875147125,
            "stop": 875147132
        },
        {
            "start": 875147133,
            "stop": 875147148
        },
        {
            "start": 875147149,
            "stop": 875147196
        },
        {
            "start": 875147198,
            "stop": 875147208
        },
        {
            "start": 875147212,
            "stop": 875147260
        },
        {
            "start": 875147261,
            "stop": 875147272
        },
        {
            "start": 875147273,
            "stop": 875147276
        },
        {
            "start": 875147278,
            "stop": 875147295
        },
        {
            "start": 875147296,
            "stop": 875147302
        },
        {
            "start": 875147304,
            "stop": 875147331
        },
        {
            "start": 875147333,
            "stop": 875147411
        },
        {
            "start": 875147412,
            "stop": 875147473
        },
        {
            "start": 875147474,
            "stop": 875147481
        },
        {
            "start": 875147482,
            "stop": 875147514
        },
        {
            "start": 875147516,
            "stop": 875147531
        },
        {
            "start": 875147533,
            "stop": 875147547
        },
        {
            "start": 875147551,
            "stop": 875147558
        },
        {
            "start": 875147560,
            "stop": 875147579
        }
    ]
}