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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=712",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=710",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 711,
    "results": [
        {
            "start": 1248983388,
            "stop": 1248983390
        },
        {
            "start": 1248983396,
            "stop": 1248983397
        },
        {
            "start": 1248983401,
            "stop": 1248983402
        },
        {
            "start": 1248983407,
            "stop": 1248983408
        },
        {
            "start": 1248983409,
            "stop": 1248983526
        },
        {
            "start": 1248983530,
            "stop": 1248983536
        },
        {
            "start": 1248983541,
            "stop": 1248983769
        },
        {
            "start": 1248983771,
            "stop": 1248983794
        },
        {
            "start": 1248983804,
            "stop": 1248983811
        },
        {
            "start": 1248983813,
            "stop": 1248983824
        },
        {
            "start": 1248983825,
            "stop": 1248983829
        },
        {
            "start": 1248983834,
            "stop": 1248983838
        },
        {
            "start": 1248983839,
            "stop": 1248983900
        },
        {
            "start": 1248983906,
            "stop": 1248983910
        },
        {
            "start": 1248983913,
            "stop": 1248983914
        },
        {
            "start": 1248983919,
            "stop": 1248983920
        },
        {
            "start": 1248983925,
            "stop": 1248983927
        },
        {
            "start": 1248983929,
            "stop": 1248983930
        },
        {
            "start": 1248983931,
            "stop": 1248983934
        },
        {
            "start": 1248983938,
            "stop": 1248983940
        }
    ]
}