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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=117",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 118,
    "results": [
        {
            "start": 1238828053,
            "stop": 1238828353
        },
        {
            "start": 1238828357,
            "stop": 1238830394
        },
        {
            "start": 1238830398,
            "stop": 1238831151
        },
        {
            "start": 1238831156,
            "stop": 1238833103
        },
        {
            "start": 1238833107,
            "stop": 1238833344
        },
        {
            "start": 1238833347,
            "stop": 1238833564
        },
        {
            "start": 1238833568,
            "stop": 1238833586
        },
        {
            "start": 1238833590,
            "stop": 1238833656
        },
        {
            "start": 1238833659,
            "stop": 1238835132
        },
        {
            "start": 1238835137,
            "stop": 1238835900
        },
        {
            "start": 1238835905,
            "stop": 1238839070
        },
        {
            "start": 1238839074,
            "stop": 1238841685
        },
        {
            "start": 1238841689,
            "stop": 1238842017
        },
        {
            "start": 1238842020,
            "stop": 1238842762
        },
        {
            "start": 1238842766,
            "stop": 1238846199
        },
        {
            "start": 1238846202,
            "stop": 1238846306
        },
        {
            "start": 1238846311,
            "stop": 1238851561
        },
        {
            "start": 1238851564,
            "stop": 1238853963
        },
        {
            "start": 1238881624,
            "stop": 1238881664
        },
        {
            "start": 1238884964,
            "stop": 1238888576
        }
    ]
}