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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=65",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 66,
    "results": [
        {
            "start": 817307172,
            "stop": 817307205
        },
        {
            "start": 817307234,
            "stop": 817307390
        },
        {
            "start": 817307398,
            "stop": 817307494
        },
        {
            "start": 817307523,
            "stop": 817307562
        },
        {
            "start": 817307591,
            "stop": 817307787
        },
        {
            "start": 817307795,
            "stop": 817307887
        },
        {
            "start": 817307916,
            "stop": 817308010
        },
        {
            "start": 817308041,
            "stop": 817308134
        },
        {
            "start": 817308163,
            "stop": 817308194
        },
        {
            "start": 817308251,
            "stop": 817308299
        },
        {
            "start": 817308309,
            "stop": 817308381
        },
        {
            "start": 817308412,
            "stop": 817308548
        },
        {
            "start": 817308582,
            "stop": 817308610
        },
        {
            "start": 817352726,
            "stop": 817353078
        },
        {
            "start": 817353107,
            "stop": 817353135
        },
        {
            "start": 817353271,
            "stop": 817353385
        },
        {
            "start": 817353413,
            "stop": 817354677
        },
        {
            "start": 817354706,
            "stop": 817354950
        },
        {
            "start": 817354978,
            "stop": 817355246
        },
        {
            "start": 817355275,
            "stop": 817355449
        }
    ]
}