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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=56",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 57,
    "results": [
        {
            "start": 931242368,
            "stop": 931242369
        },
        {
            "start": 931242371,
            "stop": 931242377
        },
        {
            "start": 931242379,
            "stop": 931242401
        },
        {
            "start": 931242403,
            "stop": 931242420
        },
        {
            "start": 931242421,
            "stop": 931242433
        },
        {
            "start": 931242436,
            "stop": 931242458
        },
        {
            "start": 931242460,
            "stop": 931242504
        },
        {
            "start": 931242506,
            "stop": 931243753
        },
        {
            "start": 931243756,
            "stop": 931244400
        },
        {
            "start": 931244402,
            "stop": 931244467
        },
        {
            "start": 931244469,
            "stop": 931245137
        },
        {
            "start": 931245139,
            "stop": 931245464
        },
        {
            "start": 931250547,
            "stop": 931251385
        },
        {
            "start": 931251388,
            "stop": 931251446
        },
        {
            "start": 931251448,
            "stop": 931251461
        },
        {
            "start": 931251463,
            "stop": 931251491
        },
        {
            "start": 931251493,
            "stop": 931251505
        },
        {
            "start": 931251508,
            "stop": 931251520
        },
        {
            "start": 931251523,
            "stop": 931252538
        },
        {
            "start": 931257335,
            "stop": 931259547
        }
    ]
}