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_CAT3/segments?format=api&page=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=327",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 328,
    "results": [
        {
            "start": 1240238825,
            "stop": 1240238944
        },
        {
            "start": 1240238945,
            "stop": 1240239064
        },
        {
            "start": 1240239065,
            "stop": 1240239184
        },
        {
            "start": 1240239185,
            "stop": 1240239304
        },
        {
            "start": 1240239305,
            "stop": 1240239424
        },
        {
            "start": 1240239425,
            "stop": 1240239544
        },
        {
            "start": 1240239545,
            "stop": 1240239664
        },
        {
            "start": 1240239665,
            "stop": 1240239784
        },
        {
            "start": 1240239785,
            "stop": 1240239901
        },
        {
            "start": 1240239903,
            "stop": 1240240005
        },
        {
            "start": 1240240007,
            "stop": 1240240024
        },
        {
            "start": 1240240025,
            "stop": 1240240144
        },
        {
            "start": 1240240145,
            "stop": 1240240264
        },
        {
            "start": 1240240265,
            "stop": 1240240384
        },
        {
            "start": 1240240385,
            "stop": 1240240504
        },
        {
            "start": 1240240505,
            "stop": 1240240624
        },
        {
            "start": 1240240625,
            "stop": 1240240744
        },
        {
            "start": 1240240745,
            "stop": 1240240864
        },
        {
            "start": 1240240865,
            "stop": 1240240984
        },
        {
            "start": 1240240985,
            "stop": 1240241104
        }
    ]
}