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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=128",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 129,
    "results": [
        {
            "start": 817878031,
            "stop": 817878196
        },
        {
            "start": 817878201,
            "stop": 817878218
        },
        {
            "start": 817878223,
            "stop": 817878241
        },
        {
            "start": 817878244,
            "stop": 817878359
        },
        {
            "start": 817878362,
            "stop": 817878550
        },
        {
            "start": 817878555,
            "stop": 817878712
        },
        {
            "start": 817878726,
            "stop": 817878740
        },
        {
            "start": 817878744,
            "stop": 817878766
        },
        {
            "start": 817878770,
            "stop": 817878791
        },
        {
            "start": 817878795,
            "stop": 817878823
        },
        {
            "start": 817878827,
            "stop": 817878850
        },
        {
            "start": 817878854,
            "stop": 817878875
        },
        {
            "start": 817878879,
            "stop": 817878883
        },
        {
            "start": 817878888,
            "stop": 817878898
        },
        {
            "start": 817878901,
            "stop": 817878970
        },
        {
            "start": 817878977,
            "stop": 817879006
        },
        {
            "start": 817881058,
            "stop": 817881130
        },
        {
            "start": 817881137,
            "stop": 817881514
        },
        {
            "start": 817881523,
            "stop": 817881539
        },
        {
            "start": 817881545,
            "stop": 817881736
        }
    ]
}