Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=350",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 351,
    "results": [
        {
            "start": 1240717847,
            "stop": 1240725777
        },
        {
            "start": 1240725781,
            "stop": 1240727043
        },
        {
            "start": 1240727045,
            "stop": 1240730294
        },
        {
            "start": 1240730298,
            "stop": 1240731786
        },
        {
            "start": 1240731791,
            "stop": 1240732079
        },
        {
            "start": 1240732083,
            "stop": 1240735662
        },
        {
            "start": 1240743331,
            "stop": 1240744149
        },
        {
            "start": 1240744153,
            "stop": 1240746619
        },
        {
            "start": 1240746624,
            "stop": 1240747611
        },
        {
            "start": 1240747614,
            "stop": 1240748210
        },
        {
            "start": 1240748218,
            "stop": 1240748295
        },
        {
            "start": 1240748299,
            "stop": 1240748998
        },
        {
            "start": 1240750849,
            "stop": 1240753894
        },
        {
            "start": 1240753897,
            "stop": 1240754147
        },
        {
            "start": 1240754152,
            "stop": 1240754751
        },
        {
            "start": 1240754756,
            "stop": 1240756922
        },
        {
            "start": 1240756926,
            "stop": 1240758893
        },
        {
            "start": 1240758898,
            "stop": 1240758909
        },
        {
            "start": 1240758913,
            "stop": 1240759615
        },
        {
            "start": 1240759619,
            "stop": 1240763403
        }
    ]
}