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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=277",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 278,
    "results": [
        {
            "start": 1240329897,
            "stop": 1240329927
        },
        {
            "start": 1240329928,
            "stop": 1240329976
        },
        {
            "start": 1240329980,
            "stop": 1240330000
        },
        {
            "start": 1240330002,
            "stop": 1240330004
        },
        {
            "start": 1240330005,
            "stop": 1240330006
        },
        {
            "start": 1240330007,
            "stop": 1240330010
        },
        {
            "start": 1240330012,
            "stop": 1240330022
        },
        {
            "start": 1240330024,
            "stop": 1240330112
        },
        {
            "start": 1240330117,
            "stop": 1240330124
        },
        {
            "start": 1240330125,
            "stop": 1240330126
        },
        {
            "start": 1240330127,
            "stop": 1240330157
        },
        {
            "start": 1240330158,
            "stop": 1240330185
        },
        {
            "start": 1240330186,
            "stop": 1240330194
        },
        {
            "start": 1240330195,
            "stop": 1240330219
        },
        {
            "start": 1240330221,
            "stop": 1240330236
        },
        {
            "start": 1240330237,
            "stop": 1240330296
        },
        {
            "start": 1240330297,
            "stop": 1240330308
        },
        {
            "start": 1240330309,
            "stop": 1240330310
        },
        {
            "start": 1240330311,
            "stop": 1240330371
        },
        {
            "start": 1240330372,
            "stop": 1240330377
        }
    ]
}