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/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=621
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=622",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=620",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 621,
    "results": [
        {
            "start": 1265398929,
            "stop": 1265400128
        },
        {
            "start": 1265414825,
            "stop": 1265416968
        },
        {
            "start": 1265416973,
            "stop": 1265422523
        },
        {
            "start": 1265422528,
            "stop": 1265424445
        },
        {
            "start": 1265424447,
            "stop": 1265424714
        },
        {
            "start": 1265424717,
            "stop": 1265428394
        },
        {
            "start": 1265428399,
            "stop": 1265428640
        },
        {
            "start": 1265428645,
            "stop": 1265431560
        },
        {
            "start": 1265435146,
            "stop": 1265440587
        },
        {
            "start": 1265440589,
            "stop": 1265444696
        },
        {
            "start": 1265444701,
            "stop": 1265444742
        },
        {
            "start": 1265444744,
            "stop": 1265445903
        },
        {
            "start": 1265445904,
            "stop": 1265446661
        },
        {
            "start": 1265446665,
            "stop": 1265449706
        },
        {
            "start": 1265449708,
            "stop": 1265452831
        },
        {
            "start": 1265452834,
            "stop": 1265456289
        },
        {
            "start": 1265456291,
            "stop": 1265460842
        },
        {
            "start": 1265460847,
            "stop": 1265461213
        },
        {
            "start": 1265461214,
            "stop": 1265466084
        },
        {
            "start": 1265466087,
            "stop": 1265468268
        }
    ]
}