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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=35",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 36,
    "results": [
        {
            "start": 1238190341,
            "stop": 1238190343
        },
        {
            "start": 1238190347,
            "stop": 1238190350
        },
        {
            "start": 1238190355,
            "stop": 1238190363
        },
        {
            "start": 1238190366,
            "stop": 1238190368
        },
        {
            "start": 1238190369,
            "stop": 1238190370
        },
        {
            "start": 1238190374,
            "stop": 1238190377
        },
        {
            "start": 1238190382,
            "stop": 1238190385
        },
        {
            "start": 1238190389,
            "stop": 1238190392
        },
        {
            "start": 1238190393,
            "stop": 1238190395
        },
        {
            "start": 1238190397,
            "stop": 1238190399
        },
        {
            "start": 1238190412,
            "stop": 1238190419
        },
        {
            "start": 1238190425,
            "stop": 1238190428
        },
        {
            "start": 1238190429,
            "stop": 1238190432
        },
        {
            "start": 1238190435,
            "stop": 1238190441
        },
        {
            "start": 1238190442,
            "stop": 1238190446
        },
        {
            "start": 1238190448,
            "stop": 1238190450
        },
        {
            "start": 1238190453,
            "stop": 1238190457
        },
        {
            "start": 1238190462,
            "stop": 1238190464
        },
        {
            "start": 1238190472,
            "stop": 1238190476
        },
        {
            "start": 1238190484,
            "stop": 1238190486
        }
    ]
}