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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=856",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=854",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 855,
    "results": [
        {
            "start": 1250541061,
            "stop": 1250541168
        },
        {
            "start": 1250541173,
            "stop": 1250541174
        },
        {
            "start": 1250541178,
            "stop": 1250541191
        },
        {
            "start": 1250541195,
            "stop": 1250541231
        },
        {
            "start": 1250541236,
            "stop": 1250541691
        },
        {
            "start": 1250541696,
            "stop": 1250542024
        },
        {
            "start": 1250542028,
            "stop": 1250542125
        },
        {
            "start": 1250542129,
            "stop": 1250542778
        },
        {
            "start": 1250542783,
            "stop": 1250542786
        },
        {
            "start": 1250542791,
            "stop": 1250543019
        },
        {
            "start": 1250543024,
            "stop": 1250543165
        },
        {
            "start": 1250543169,
            "stop": 1250543173
        },
        {
            "start": 1250545975,
            "stop": 1250546553
        },
        {
            "start": 1250546558,
            "stop": 1250546914
        },
        {
            "start": 1250546918,
            "stop": 1250548367
        },
        {
            "start": 1250548371,
            "stop": 1250550187
        },
        {
            "start": 1250550191,
            "stop": 1250550996
        },
        {
            "start": 1250551000,
            "stop": 1250551094
        },
        {
            "start": 1250553011,
            "stop": 1250553262
        },
        {
            "start": 1250553266,
            "stop": 1250553949
        }
    ]
}