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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=509",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=507",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 508,
    "results": [
        {
            "start": 962033276,
            "stop": 962039953
        },
        {
            "start": 962039954,
            "stop": 962040501
        },
        {
            "start": 962079329,
            "stop": 962089177
        },
        {
            "start": 962090551,
            "stop": 962096200
        },
        {
            "start": 962096202,
            "stop": 962098601
        },
        {
            "start": 962099958,
            "stop": 962101763
        },
        {
            "start": 962103136,
            "stop": 962119816
        },
        {
            "start": 962119856,
            "stop": 962123488
        },
        {
            "start": 962218902,
            "stop": 962225680
        },
        {
            "start": 962226136,
            "stop": 962230665
        },
        {
            "start": 962230666,
            "stop": 962231299
        },
        {
            "start": 962238052,
            "stop": 962239286
        },
        {
            "start": 962241246,
            "stop": 962255022
        },
        {
            "start": 962256815,
            "stop": 962276944
        },
        {
            "start": 962278804,
            "stop": 962295440
        },
        {
            "start": 962302965,
            "stop": 962310005
        },
        {
            "start": 962314608,
            "stop": 962316408
        },
        {
            "start": 962344524,
            "stop": 962358167
        },
        {
            "start": 962360660,
            "stop": 962391585
        },
        {
            "start": 962397046,
            "stop": 962412155
        }
    ]
}