Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=105
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=104",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 105,
    "results": [
        {
            "start": 1259520915,
            "stop": 1259521030
        },
        {
            "start": 1259521034,
            "stop": 1259522189
        },
        {
            "start": 1259522190,
            "stop": 1259522210
        },
        {
            "start": 1259522211,
            "stop": 1259522212
        },
        {
            "start": 1259522215,
            "stop": 1259522216
        },
        {
            "start": 1259522220,
            "stop": 1259522222
        },
        {
            "start": 1259522226,
            "stop": 1259525960
        },
        {
            "start": 1259525963,
            "stop": 1259526363
        },
        {
            "start": 1259526469,
            "stop": 1259528154
        },
        {
            "start": 1259528159,
            "stop": 1259528356
        },
        {
            "start": 1259528360,
            "stop": 1259528433
        },
        {
            "start": 1259534118,
            "stop": 1259535546
        },
        {
            "start": 1259535550,
            "stop": 1259535727
        },
        {
            "start": 1259535731,
            "stop": 1259536050
        },
        {
            "start": 1259536054,
            "stop": 1259537442
        },
        {
            "start": 1259537447,
            "stop": 1259538282
        },
        {
            "start": 1259538284,
            "stop": 1259538286
        },
        {
            "start": 1259538288,
            "stop": 1259538295
        },
        {
            "start": 1259538298,
            "stop": 1259540341
        },
        {
            "start": 1259540442,
            "stop": 1259540745
        }
    ]
}