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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=93",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 94,
    "results": [
        {
            "start": 1376062754,
            "stop": 1376066323
        },
        {
            "start": 1376079547,
            "stop": 1376082567
        },
        {
            "start": 1376082572,
            "stop": 1376087025
        },
        {
            "start": 1376087030,
            "stop": 1376088257
        },
        {
            "start": 1376092845,
            "stop": 1376093303
        },
        {
            "start": 1376093308,
            "stop": 1376098429
        },
        {
            "start": 1376098434,
            "stop": 1376098921
        },
        {
            "start": 1376098925,
            "stop": 1376098928
        },
        {
            "start": 1376098933,
            "stop": 1376099157
        },
        {
            "start": 1376099161,
            "stop": 1376100198
        },
        {
            "start": 1376100202,
            "stop": 1376100594
        },
        {
            "start": 1376111484,
            "stop": 1376112847
        },
        {
            "start": 1376112850,
            "stop": 1376120440
        },
        {
            "start": 1376120445,
            "stop": 1376123740
        },
        {
            "start": 1376123745,
            "stop": 1376129894
        },
        {
            "start": 1376129899,
            "stop": 1376138095
        },
        {
            "start": 1376138098,
            "stop": 1376144770
        },
        {
            "start": 1376186604,
            "stop": 1376188071
        },
        {
            "start": 1376188076,
            "stop": 1376189494
        },
        {
            "start": 1376199620,
            "stop": 1376200360
        }
    ]
}