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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=294",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 295,
    "results": [
        {
            "start": 1175193711,
            "stop": 1175194974
        },
        {
            "start": 1175194976,
            "stop": 1175196211
        },
        {
            "start": 1175196213,
            "stop": 1175197626
        },
        {
            "start": 1175197628,
            "stop": 1175198724
        },
        {
            "start": 1175198726,
            "stop": 1175199658
        },
        {
            "start": 1175199660,
            "stop": 1175199984
        },
        {
            "start": 1175199988,
            "stop": 1175200515
        },
        {
            "start": 1175200517,
            "stop": 1175201779
        },
        {
            "start": 1175201781,
            "stop": 1175202738
        },
        {
            "start": 1175202740,
            "stop": 1175203675
        },
        {
            "start": 1175203677,
            "stop": 1175204729
        },
        {
            "start": 1175204731,
            "stop": 1175205993
        },
        {
            "start": 1175205995,
            "stop": 1175206878
        },
        {
            "start": 1175206880,
            "stop": 1175208339
        },
        {
            "start": 1175208341,
            "stop": 1175209312
        },
        {
            "start": 1175209314,
            "stop": 1175210250
        },
        {
            "start": 1175210254,
            "stop": 1175210293
        },
        {
            "start": 1175210295,
            "stop": 1175211213
        },
        {
            "start": 1175211215,
            "stop": 1175212732
        },
        {
            "start": 1175212734,
            "stop": 1175213494
        }
    ]
}