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=672
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=673",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=671",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 672,
    "results": [
        {
            "start": 1248473801,
            "stop": 1248473802
        },
        {
            "start": 1248473803,
            "stop": 1248475334
        },
        {
            "start": 1248475339,
            "stop": 1248477780
        },
        {
            "start": 1248477788,
            "stop": 1248478199
        },
        {
            "start": 1248478202,
            "stop": 1248479408
        },
        {
            "start": 1248479412,
            "stop": 1248479956
        },
        {
            "start": 1248479958,
            "stop": 1248481375
        },
        {
            "start": 1248481379,
            "stop": 1248485431
        },
        {
            "start": 1248485435,
            "stop": 1248485651
        },
        {
            "start": 1248485655,
            "stop": 1248487981
        },
        {
            "start": 1248487989,
            "stop": 1248488034
        },
        {
            "start": 1248488038,
            "stop": 1248491053
        },
        {
            "start": 1248491057,
            "stop": 1248492483
        },
        {
            "start": 1248492486,
            "stop": 1248495441
        },
        {
            "start": 1248495445,
            "stop": 1248497637
        },
        {
            "start": 1248497639,
            "stop": 1248500210
        },
        {
            "start": 1248500215,
            "stop": 1248501262
        },
        {
            "start": 1248501267,
            "stop": 1248506719
        },
        {
            "start": 1248506722,
            "stop": 1248508157
        },
        {
            "start": 1248508162,
            "stop": 1248508718
        }
    ]
}