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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=61",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 62,
    "results": [
        {
            "start": 1372811179,
            "stop": 1372813328
        },
        {
            "start": 1372813331,
            "stop": 1372822544
        },
        {
            "start": 1372822547,
            "stop": 1372824858
        },
        {
            "start": 1372824863,
            "stop": 1372831120
        },
        {
            "start": 1372831125,
            "stop": 1372832858
        },
        {
            "start": 1372832863,
            "stop": 1372841133
        },
        {
            "start": 1372841138,
            "stop": 1372842111
        },
        {
            "start": 1372842116,
            "stop": 1372855939
        },
        {
            "start": 1372855944,
            "stop": 1372858527
        },
        {
            "start": 1372858532,
            "stop": 1372858668
        },
        {
            "start": 1372858673,
            "stop": 1372859828
        },
        {
            "start": 1372859833,
            "stop": 1372867992
        },
        {
            "start": 1372867997,
            "stop": 1372869656
        },
        {
            "start": 1372869661,
            "stop": 1372871447
        },
        {
            "start": 1372871452,
            "stop": 1372884209
        },
        {
            "start": 1372884214,
            "stop": 1372897035
        },
        {
            "start": 1372897038,
            "stop": 1372897152
        },
        {
            "start": 1372897161,
            "stop": 1372898300
        },
        {
            "start": 1372898303,
            "stop": 1372898510
        },
        {
            "start": 1372898515,
            "stop": 1372899215
        }
    ]
}