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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33089",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33087",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33088,
    "results": [
        {
            "start": 970540172,
            "stop": 970540173
        },
        {
            "start": 970540179,
            "stop": 970540181
        },
        {
            "start": 970540187,
            "stop": 970540188
        },
        {
            "start": 970540201,
            "stop": 970540203
        },
        {
            "start": 970540212,
            "stop": 970540215
        },
        {
            "start": 970540216,
            "stop": 970540221
        },
        {
            "start": 970540230,
            "stop": 970540240
        },
        {
            "start": 970540241,
            "stop": 970540261
        },
        {
            "start": 970540272,
            "stop": 970540276
        },
        {
            "start": 970540282,
            "stop": 970540288
        },
        {
            "start": 970540323,
            "stop": 970540324
        },
        {
            "start": 970540325,
            "stop": 970540327
        },
        {
            "start": 970540333,
            "stop": 970540341
        },
        {
            "start": 970540347,
            "stop": 970540379
        },
        {
            "start": 970540380,
            "stop": 970540385
        },
        {
            "start": 970540386,
            "stop": 970540389
        },
        {
            "start": 970540391,
            "stop": 970540400
        },
        {
            "start": 970540401,
            "stop": 970540415
        },
        {
            "start": 970540417,
            "stop": 970540419
        },
        {
            "start": 970540420,
            "stop": 970540426
        }
    ]
}