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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=150",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 151,
    "results": [
        {
            "start": 818053857,
            "stop": 818053858
        },
        {
            "start": 818053861,
            "stop": 818053870
        },
        {
            "start": 818053876,
            "stop": 818053883
        },
        {
            "start": 818053886,
            "stop": 818053891
        },
        {
            "start": 818053894,
            "stop": 818053895
        },
        {
            "start": 818053904,
            "stop": 818053911
        },
        {
            "start": 818053916,
            "stop": 818053919
        },
        {
            "start": 818053923,
            "stop": 818053928
        },
        {
            "start": 818053935,
            "stop": 818053946
        },
        {
            "start": 818053950,
            "stop": 818053953
        },
        {
            "start": 818053956,
            "stop": 818053967
        },
        {
            "start": 818053972,
            "stop": 818053976
        },
        {
            "start": 818053979,
            "stop": 818053983
        },
        {
            "start": 818053986,
            "stop": 818053996
        },
        {
            "start": 818053999,
            "stop": 818054003
        },
        {
            "start": 818054008,
            "stop": 818054012
        },
        {
            "start": 818054017,
            "stop": 818054026
        },
        {
            "start": 818054029,
            "stop": 818054033
        },
        {
            "start": 818054036,
            "stop": 818054042
        },
        {
            "start": 818054052,
            "stop": 818054053
        }
    ]
}