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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46793",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46794,
    "results": [
        {
            "start": 875114523,
            "stop": 875114626
        },
        {
            "start": 875114628,
            "stop": 875114657
        },
        {
            "start": 875114658,
            "stop": 875114715
        },
        {
            "start": 875114716,
            "stop": 875114786
        },
        {
            "start": 875114787,
            "stop": 875114877
        },
        {
            "start": 875114878,
            "stop": 875114895
        },
        {
            "start": 875114899,
            "stop": 875114924
        },
        {
            "start": 875114925,
            "stop": 875115044
        },
        {
            "start": 875115047,
            "stop": 875115064
        },
        {
            "start": 875115065,
            "stop": 875115098
        },
        {
            "start": 875115099,
            "stop": 875115191
        },
        {
            "start": 875115192,
            "stop": 875115212
        },
        {
            "start": 875115213,
            "stop": 875115234
        },
        {
            "start": 875115237,
            "stop": 875115259
        },
        {
            "start": 875115260,
            "stop": 875115274
        },
        {
            "start": 875115275,
            "stop": 875115512
        },
        {
            "start": 875115513,
            "stop": 875115526
        },
        {
            "start": 875115527,
            "stop": 875115550
        },
        {
            "start": 875115551,
            "stop": 875115595
        },
        {
            "start": 875115596,
            "stop": 875115726
        }
    ]
}