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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=138",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 139,
    "results": [
        {
            "start": 1239684406,
            "stop": 1239684408
        },
        {
            "start": 1239684410,
            "stop": 1239684720
        },
        {
            "start": 1239684721,
            "stop": 1239685060
        },
        {
            "start": 1239685061,
            "stop": 1239685062
        },
        {
            "start": 1239685063,
            "stop": 1239685122
        },
        {
            "start": 1239685124,
            "stop": 1239685266
        },
        {
            "start": 1239685268,
            "stop": 1239685288
        },
        {
            "start": 1239685289,
            "stop": 1239685305
        },
        {
            "start": 1239685306,
            "stop": 1239685319
        },
        {
            "start": 1239685322,
            "stop": 1239685528
        },
        {
            "start": 1239685529,
            "stop": 1239685560
        },
        {
            "start": 1239685561,
            "stop": 1239685570
        },
        {
            "start": 1239685571,
            "stop": 1239685572
        },
        {
            "start": 1239685573,
            "stop": 1239685578
        },
        {
            "start": 1239685579,
            "stop": 1239685815
        },
        {
            "start": 1239685979,
            "stop": 1239686079
        },
        {
            "start": 1239686080,
            "stop": 1239686083
        },
        {
            "start": 1239686084,
            "stop": 1239686220
        },
        {
            "start": 1239686222,
            "stop": 1239686304
        },
        {
            "start": 1239686307,
            "stop": 1239686771
        }
    ]
}