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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=325",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 326,
    "results": [
        {
            "start": 1240234265,
            "stop": 1240234384
        },
        {
            "start": 1240234385,
            "stop": 1240234504
        },
        {
            "start": 1240234505,
            "stop": 1240234624
        },
        {
            "start": 1240234625,
            "stop": 1240234744
        },
        {
            "start": 1240234745,
            "stop": 1240234864
        },
        {
            "start": 1240234865,
            "stop": 1240234984
        },
        {
            "start": 1240234985,
            "stop": 1240235104
        },
        {
            "start": 1240235105,
            "stop": 1240235224
        },
        {
            "start": 1240235225,
            "stop": 1240235344
        },
        {
            "start": 1240235345,
            "stop": 1240235464
        },
        {
            "start": 1240235465,
            "stop": 1240235584
        },
        {
            "start": 1240235585,
            "stop": 1240235684
        },
        {
            "start": 1240235685,
            "stop": 1240235824
        },
        {
            "start": 1240235825,
            "stop": 1240235944
        },
        {
            "start": 1240235945,
            "stop": 1240236064
        },
        {
            "start": 1240236065,
            "stop": 1240236184
        },
        {
            "start": 1240236185,
            "stop": 1240236304
        },
        {
            "start": 1240236305,
            "stop": 1240236424
        },
        {
            "start": 1240236425,
            "stop": 1240236544
        },
        {
            "start": 1240236545,
            "stop": 1240236664
        }
    ]
}