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=5295
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=5296",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5294",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5295,
    "results": [
        {
            "start": 1136455303,
            "stop": 1136455334
        },
        {
            "start": 1136455336,
            "stop": 1136455378
        },
        {
            "start": 1136455380,
            "stop": 1136455383
        },
        {
            "start": 1136455385,
            "stop": 1136455762
        },
        {
            "start": 1136455764,
            "stop": 1136455777
        },
        {
            "start": 1136455779,
            "stop": 1136455866
        },
        {
            "start": 1136455868,
            "stop": 1136455876
        },
        {
            "start": 1136455878,
            "stop": 1136455914
        },
        {
            "start": 1136455916,
            "stop": 1136455923
        },
        {
            "start": 1136455925,
            "stop": 1136456119
        },
        {
            "start": 1136456121,
            "stop": 1136456166
        },
        {
            "start": 1136456168,
            "stop": 1136456241
        },
        {
            "start": 1136456243,
            "stop": 1136456499
        },
        {
            "start": 1136456501,
            "stop": 1136456637
        },
        {
            "start": 1136456639,
            "stop": 1136456751
        },
        {
            "start": 1136456753,
            "stop": 1136456917
        },
        {
            "start": 1136456919,
            "stop": 1136457358
        },
        {
            "start": 1136457360,
            "stop": 1136457377
        },
        {
            "start": 1136457379,
            "stop": 1136457385
        },
        {
            "start": 1136457387,
            "stop": 1136457657
        }
    ]
}