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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=12",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 13,
    "results": [
        {
            "start": 1238184573,
            "stop": 1238184574
        },
        {
            "start": 1238184579,
            "stop": 1238184581
        },
        {
            "start": 1238184584,
            "stop": 1238184589
        },
        {
            "start": 1238184592,
            "stop": 1238184593
        },
        {
            "start": 1238184595,
            "stop": 1238184606
        },
        {
            "start": 1238184608,
            "stop": 1238184611
        },
        {
            "start": 1238184612,
            "stop": 1238184613
        },
        {
            "start": 1238184614,
            "stop": 1238184624
        },
        {
            "start": 1238184627,
            "stop": 1238184630
        },
        {
            "start": 1238184631,
            "stop": 1238184642
        },
        {
            "start": 1238184646,
            "stop": 1238184647
        },
        {
            "start": 1238184649,
            "stop": 1238184660
        },
        {
            "start": 1238184663,
            "stop": 1238184666
        },
        {
            "start": 1238184668,
            "stop": 1238184678
        },
        {
            "start": 1238184679,
            "stop": 1238184680
        },
        {
            "start": 1238184685,
            "stop": 1238184696
        },
        {
            "start": 1238184697,
            "stop": 1238184701
        },
        {
            "start": 1238184703,
            "stop": 1238184721
        },
        {
            "start": 1238184724,
            "stop": 1238184731
        },
        {
            "start": 1238184733,
            "stop": 1238184745
        }
    ]
}