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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=160",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 161,
    "results": [
        {
            "start": 1382668127,
            "stop": 1382678500
        },
        {
            "start": 1382678505,
            "stop": 1382678523
        },
        {
            "start": 1382680538,
            "stop": 1382683123
        },
        {
            "start": 1382683127,
            "stop": 1382689306
        },
        {
            "start": 1382698209,
            "stop": 1382698881
        },
        {
            "start": 1382698885,
            "stop": 1382699883
        },
        {
            "start": 1382699890,
            "stop": 1382699891
        },
        {
            "start": 1382699896,
            "stop": 1382703622
        },
        {
            "start": 1382703626,
            "stop": 1382705490
        },
        {
            "start": 1382705493,
            "stop": 1382709341
        },
        {
            "start": 1382709346,
            "stop": 1382710135
        },
        {
            "start": 1382710140,
            "stop": 1382711063
        },
        {
            "start": 1382711068,
            "stop": 1382715216
        },
        {
            "start": 1382715221,
            "stop": 1382716901
        },
        {
            "start": 1382716909,
            "stop": 1382717187
        },
        {
            "start": 1382717190,
            "stop": 1382717322
        },
        {
            "start": 1382717327,
            "stop": 1382717552
        },
        {
            "start": 1382717556,
            "stop": 1382721001
        },
        {
            "start": 1382721004,
            "stop": 1382721681
        },
        {
            "start": 1382721686,
            "stop": 1382721873
        }
    ]
}