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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=349",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 350,
    "results": [
        {
            "start": 1240709725,
            "stop": 1240710101
        },
        {
            "start": 1240710105,
            "stop": 1240710108
        },
        {
            "start": 1240710110,
            "stop": 1240710111
        },
        {
            "start": 1240710116,
            "stop": 1240710135
        },
        {
            "start": 1240710139,
            "stop": 1240710149
        },
        {
            "start": 1240710154,
            "stop": 1240710205
        },
        {
            "start": 1240710208,
            "stop": 1240710612
        },
        {
            "start": 1240710616,
            "stop": 1240710721
        },
        {
            "start": 1240710725,
            "stop": 1240710803
        },
        {
            "start": 1240710807,
            "stop": 1240710856
        },
        {
            "start": 1240710859,
            "stop": 1240710888
        },
        {
            "start": 1240710890,
            "stop": 1240711623
        },
        {
            "start": 1240711628,
            "stop": 1240712026
        },
        {
            "start": 1240712027,
            "stop": 1240712028
        },
        {
            "start": 1240712031,
            "stop": 1240712233
        },
        {
            "start": 1240712236,
            "stop": 1240713516
        },
        {
            "start": 1240713520,
            "stop": 1240714028
        },
        {
            "start": 1240714036,
            "stop": 1240714290
        },
        {
            "start": 1240714295,
            "stop": 1240717839
        },
        {
            "start": 1240717842,
            "stop": 1240717843
        }
    ]
}