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=304
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=305",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=303",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 304,
    "results": [
        {
            "start": 1240184946,
            "stop": 1240185065
        },
        {
            "start": 1240185066,
            "stop": 1240185185
        },
        {
            "start": 1240185186,
            "stop": 1240185305
        },
        {
            "start": 1240185306,
            "stop": 1240185405
        },
        {
            "start": 1240185406,
            "stop": 1240185545
        },
        {
            "start": 1240185546,
            "stop": 1240185665
        },
        {
            "start": 1240185666,
            "stop": 1240185785
        },
        {
            "start": 1240185786,
            "stop": 1240185905
        },
        {
            "start": 1240185906,
            "stop": 1240186025
        },
        {
            "start": 1240186026,
            "stop": 1240186145
        },
        {
            "start": 1240186146,
            "stop": 1240186265
        },
        {
            "start": 1240186266,
            "stop": 1240186385
        },
        {
            "start": 1240186386,
            "stop": 1240186505
        },
        {
            "start": 1240186506,
            "stop": 1240186625
        },
        {
            "start": 1240186626,
            "stop": 1240186735
        },
        {
            "start": 1240186739,
            "stop": 1240186745
        },
        {
            "start": 1240186746,
            "stop": 1240186865
        },
        {
            "start": 1240186866,
            "stop": 1240186985
        },
        {
            "start": 1240186986,
            "stop": 1240187105
        },
        {
            "start": 1240187106,
            "stop": 1240187225
        }
    ]
}