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/S5/timelines/H2_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/S5/timelines/H2_BURST_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=56",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 57,
    "results": [
        {
            "start": 821162017,
            "stop": 821162494
        },
        {
            "start": 821162497,
            "stop": 821162852
        },
        {
            "start": 821162855,
            "stop": 821163022
        },
        {
            "start": 821163025,
            "stop": 821163056
        },
        {
            "start": 821163059,
            "stop": 821163104
        },
        {
            "start": 821163107,
            "stop": 821163153
        },
        {
            "start": 821163156,
            "stop": 821163215
        },
        {
            "start": 821163218,
            "stop": 821163256
        },
        {
            "start": 821163259,
            "stop": 821163377
        },
        {
            "start": 821163380,
            "stop": 821163428
        },
        {
            "start": 821163431,
            "stop": 821163465
        },
        {
            "start": 821163468,
            "stop": 821163967
        },
        {
            "start": 821163970,
            "stop": 821164291
        },
        {
            "start": 821164294,
            "stop": 821164472
        },
        {
            "start": 821164475,
            "stop": 821164533
        },
        {
            "start": 821164536,
            "stop": 821164577
        },
        {
            "start": 821164580,
            "stop": 821164584
        },
        {
            "start": 821164587,
            "stop": 821164614
        },
        {
            "start": 821164617,
            "stop": 821164723
        },
        {
            "start": 821164726,
            "stop": 821164920
        }
    ]
}