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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=292",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 293,
    "results": [
        {
            "start": 1240368799,
            "stop": 1240368800
        },
        {
            "start": 1240368801,
            "stop": 1240368823
        },
        {
            "start": 1240368824,
            "stop": 1240368890
        },
        {
            "start": 1240368891,
            "stop": 1240368892
        },
        {
            "start": 1240368893,
            "stop": 1240369064
        },
        {
            "start": 1240369065,
            "stop": 1240369066
        },
        {
            "start": 1240369067,
            "stop": 1240369084
        },
        {
            "start": 1240369085,
            "stop": 1240369086
        },
        {
            "start": 1240369087,
            "stop": 1240369154
        },
        {
            "start": 1240369157,
            "stop": 1240369266
        },
        {
            "start": 1240369267,
            "stop": 1240369512
        },
        {
            "start": 1240369514,
            "stop": 1240369619
        },
        {
            "start": 1240369620,
            "stop": 1240369635
        },
        {
            "start": 1240369639,
            "stop": 1240370021
        },
        {
            "start": 1240370022,
            "stop": 1240370103
        },
        {
            "start": 1240370105,
            "stop": 1240370146
        },
        {
            "start": 1240370149,
            "stop": 1240370178
        },
        {
            "start": 1240370179,
            "stop": 1240370254
        },
        {
            "start": 1240370257,
            "stop": 1240370259
        },
        {
            "start": 1240370260,
            "stop": 1240370340
        }
    ]
}