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_CAT3/segments?format=api&page=778
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=779",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=777",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 778,
    "results": [
        {
            "start": 1268183747,
            "stop": 1268186242
        },
        {
            "start": 1268187806,
            "stop": 1268189304
        },
        {
            "start": 1268189306,
            "stop": 1268189901
        },
        {
            "start": 1268189903,
            "stop": 1268190112
        },
        {
            "start": 1268190116,
            "stop": 1268190169
        },
        {
            "start": 1268190173,
            "stop": 1268191446
        },
        {
            "start": 1268191450,
            "stop": 1268191663
        },
        {
            "start": 1268191665,
            "stop": 1268193167
        },
        {
            "start": 1268193169,
            "stop": 1268196225
        },
        {
            "start": 1268196229,
            "stop": 1268197498
        },
        {
            "start": 1268197503,
            "stop": 1268198499
        },
        {
            "start": 1268198504,
            "stop": 1268199263
        },
        {
            "start": 1268199265,
            "stop": 1268200186
        },
        {
            "start": 1268200188,
            "stop": 1268201897
        },
        {
            "start": 1268201899,
            "stop": 1268203510
        },
        {
            "start": 1268203512,
            "stop": 1268203626
        },
        {
            "start": 1268203627,
            "stop": 1268203800
        },
        {
            "start": 1268203801,
            "stop": 1268203807
        },
        {
            "start": 1268203809,
            "stop": 1268203810
        },
        {
            "start": 1268203811,
            "stop": 1268204340
        }
    ]
}