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=753
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=754",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=752",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 753,
    "results": [
        {
            "start": 1249054752,
            "stop": 1249054756
        },
        {
            "start": 1249054759,
            "stop": 1249054760
        },
        {
            "start": 1249054765,
            "stop": 1249054858
        },
        {
            "start": 1249054863,
            "stop": 1249054962
        },
        {
            "start": 1249054965,
            "stop": 1249054976
        },
        {
            "start": 1249054978,
            "stop": 1249055021
        },
        {
            "start": 1249055024,
            "stop": 1249055034
        },
        {
            "start": 1249055039,
            "stop": 1249055058
        },
        {
            "start": 1249055059,
            "stop": 1249055065
        },
        {
            "start": 1249055066,
            "stop": 1249055076
        },
        {
            "start": 1249055078,
            "stop": 1249055085
        },
        {
            "start": 1249055086,
            "stop": 1249055093
        },
        {
            "start": 1249055097,
            "stop": 1249055161
        },
        {
            "start": 1249055166,
            "stop": 1249055258
        },
        {
            "start": 1249055259,
            "stop": 1249055266
        },
        {
            "start": 1249055267,
            "stop": 1249055281
        },
        {
            "start": 1249055282,
            "stop": 1249055285
        },
        {
            "start": 1249055289,
            "stop": 1249055331
        },
        {
            "start": 1249055333,
            "stop": 1249055354
        },
        {
            "start": 1249055357,
            "stop": 1249055389
        }
    ]
}