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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=285",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 286,
    "results": [
        {
            "start": 1240137067,
            "stop": 1240137069
        },
        {
            "start": 1240137072,
            "stop": 1240137186
        },
        {
            "start": 1240137187,
            "stop": 1240137306
        },
        {
            "start": 1240137307,
            "stop": 1240137426
        },
        {
            "start": 1240137427,
            "stop": 1240137473
        },
        {
            "start": 1240137477,
            "stop": 1240137546
        },
        {
            "start": 1240137547,
            "stop": 1240137666
        },
        {
            "start": 1240137667,
            "stop": 1240137786
        },
        {
            "start": 1240137787,
            "stop": 1240137906
        },
        {
            "start": 1240137907,
            "stop": 1240138026
        },
        {
            "start": 1240138027,
            "stop": 1240138146
        },
        {
            "start": 1240138147,
            "stop": 1240138266
        },
        {
            "start": 1240138267,
            "stop": 1240138386
        },
        {
            "start": 1240138387,
            "stop": 1240138506
        },
        {
            "start": 1240138507,
            "stop": 1240138528
        },
        {
            "start": 1240138532,
            "stop": 1240138626
        },
        {
            "start": 1240138627,
            "stop": 1240138746
        },
        {
            "start": 1240138747,
            "stop": 1240138866
        },
        {
            "start": 1240138867,
            "stop": 1240138986
        },
        {
            "start": 1240138987,
            "stop": 1240139106
        }
    ]
}