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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6254",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6255,
    "results": [
        {
            "start": 874958067,
            "stop": 874958074
        },
        {
            "start": 874958077,
            "stop": 874958079
        },
        {
            "start": 874958080,
            "stop": 874958084
        },
        {
            "start": 874958085,
            "stop": 874958089
        },
        {
            "start": 874958091,
            "stop": 874958092
        },
        {
            "start": 874958094,
            "stop": 874958096
        },
        {
            "start": 874958097,
            "stop": 874958098
        },
        {
            "start": 874958099,
            "stop": 874958100
        },
        {
            "start": 874958101,
            "stop": 874958103
        },
        {
            "start": 874958104,
            "stop": 874958106
        },
        {
            "start": 874958107,
            "stop": 874958109
        },
        {
            "start": 874958110,
            "stop": 874958112
        },
        {
            "start": 874958113,
            "stop": 874958114
        },
        {
            "start": 874958115,
            "stop": 874958121
        },
        {
            "start": 874958124,
            "stop": 874958125
        },
        {
            "start": 874958128,
            "stop": 874958134
        },
        {
            "start": 874958135,
            "stop": 874958138
        },
        {
            "start": 874958139,
            "stop": 874958140
        },
        {
            "start": 874958141,
            "stop": 874958145
        },
        {
            "start": 874958146,
            "stop": 874958147
        }
    ]
}