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=832
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=833",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=831",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 832,
    "results": [
        {
            "start": 1250380257,
            "stop": 1250380268
        },
        {
            "start": 1250380273,
            "stop": 1250380285
        },
        {
            "start": 1250380290,
            "stop": 1250380298
        },
        {
            "start": 1250380301,
            "stop": 1250380303
        },
        {
            "start": 1250380307,
            "stop": 1250380315
        },
        {
            "start": 1250380319,
            "stop": 1250380325
        },
        {
            "start": 1250380330,
            "stop": 1250380382
        },
        {
            "start": 1250380387,
            "stop": 1250380390
        },
        {
            "start": 1250380393,
            "stop": 1250380395
        },
        {
            "start": 1250380397,
            "stop": 1250380416
        },
        {
            "start": 1250380421,
            "stop": 1250380430
        },
        {
            "start": 1250380435,
            "stop": 1250380436
        },
        {
            "start": 1250380441,
            "stop": 1250380554
        },
        {
            "start": 1250380558,
            "stop": 1250380644
        },
        {
            "start": 1250380649,
            "stop": 1250380660
        },
        {
            "start": 1250380665,
            "stop": 1250380666
        },
        {
            "start": 1250380671,
            "stop": 1250380698
        },
        {
            "start": 1250380703,
            "stop": 1250380704
        },
        {
            "start": 1250380708,
            "stop": 1250380709
        },
        {
            "start": 1250380713,
            "stop": 1250380728
        }
    ]
}