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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1716",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1714",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1715,
    "results": [
        {
            "start": 957979874,
            "stop": 957980029
        },
        {
            "start": 957980030,
            "stop": 957989676
        },
        {
            "start": 957989677,
            "stop": 957989681
        },
        {
            "start": 957989683,
            "stop": 957989692
        },
        {
            "start": 957989694,
            "stop": 957990185
        },
        {
            "start": 957991121,
            "stop": 957991263
        },
        {
            "start": 957991264,
            "stop": 957991424
        },
        {
            "start": 957991425,
            "stop": 957991601
        },
        {
            "start": 957991602,
            "stop": 957992182
        },
        {
            "start": 957992183,
            "stop": 957992672
        },
        {
            "start": 957992673,
            "stop": 957993003
        },
        {
            "start": 957993004,
            "stop": 957993094
        },
        {
            "start": 957993096,
            "stop": 957993212
        },
        {
            "start": 957993213,
            "stop": 957993431
        },
        {
            "start": 957993433,
            "stop": 957993528
        },
        {
            "start": 957993529,
            "stop": 957993730
        },
        {
            "start": 957993731,
            "stop": 957993836
        },
        {
            "start": 957993837,
            "stop": 957993938
        },
        {
            "start": 957993939,
            "stop": 957994028
        },
        {
            "start": 957994029,
            "stop": 957994147
        }
    ]
}