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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5220",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5218",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5219,
    "results": [
        {
            "start": 1136290177,
            "stop": 1136290204
        },
        {
            "start": 1136290206,
            "stop": 1136290228
        },
        {
            "start": 1136290232,
            "stop": 1136290246
        },
        {
            "start": 1136290248,
            "stop": 1136290318
        },
        {
            "start": 1136290320,
            "stop": 1136290380
        },
        {
            "start": 1136290382,
            "stop": 1136290407
        },
        {
            "start": 1136290409,
            "stop": 1136290412
        },
        {
            "start": 1136290414,
            "stop": 1136290440
        },
        {
            "start": 1136290443,
            "stop": 1136290468
        },
        {
            "start": 1136290470,
            "stop": 1136290500
        },
        {
            "start": 1136290502,
            "stop": 1136290520
        },
        {
            "start": 1136290522,
            "stop": 1136290556
        },
        {
            "start": 1136290558,
            "stop": 1136290605
        },
        {
            "start": 1136290607,
            "stop": 1136290617
        },
        {
            "start": 1136290619,
            "stop": 1136290624
        },
        {
            "start": 1136290626,
            "stop": 1136290636
        },
        {
            "start": 1136290638,
            "stop": 1136290773
        },
        {
            "start": 1136290775,
            "stop": 1136290796
        },
        {
            "start": 1136290798,
            "stop": 1136290839
        },
        {
            "start": 1136290841,
            "stop": 1136290915
        }
    ]
}