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=321
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=322",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=320",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 321,
    "results": [
        {
            "start": 1240222986,
            "stop": 1240223104
        },
        {
            "start": 1240223106,
            "stop": 1240223224
        },
        {
            "start": 1240223226,
            "stop": 1240223344
        },
        {
            "start": 1240223346,
            "stop": 1240223464
        },
        {
            "start": 1240223466,
            "stop": 1240223584
        },
        {
            "start": 1240223586,
            "stop": 1240223704
        },
        {
            "start": 1240223706,
            "stop": 1240223824
        },
        {
            "start": 1240223826,
            "stop": 1240223944
        },
        {
            "start": 1240223946,
            "stop": 1240224064
        },
        {
            "start": 1240224066,
            "stop": 1240224184
        },
        {
            "start": 1240224186,
            "stop": 1240224304
        },
        {
            "start": 1240224306,
            "stop": 1240224424
        },
        {
            "start": 1240224426,
            "stop": 1240224544
        },
        {
            "start": 1240224546,
            "stop": 1240224647
        },
        {
            "start": 1240224650,
            "stop": 1240224664
        },
        {
            "start": 1240224666,
            "stop": 1240224784
        },
        {
            "start": 1240224786,
            "stop": 1240224904
        },
        {
            "start": 1240224906,
            "stop": 1240225024
        },
        {
            "start": 1240225026,
            "stop": 1240225144
        },
        {
            "start": 1240225146,
            "stop": 1240225264
        }
    ]
}