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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=97",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 98,
    "results": [
        {
            "start": 962023656,
            "stop": 962031038
        },
        {
            "start": 962033276,
            "stop": 962040501
        },
        {
            "start": 962079329,
            "stop": 962089192
        },
        {
            "start": 962090551,
            "stop": 962098616
        },
        {
            "start": 962099958,
            "stop": 962101778
        },
        {
            "start": 962103136,
            "stop": 962123503
        },
        {
            "start": 962218902,
            "stop": 962225680
        },
        {
            "start": 962226136,
            "stop": 962231314
        },
        {
            "start": 962238052,
            "stop": 962239286
        },
        {
            "start": 962241246,
            "stop": 962255037
        },
        {
            "start": 962256815,
            "stop": 962276944
        },
        {
            "start": 962278804,
            "stop": 962295455
        },
        {
            "start": 962302965,
            "stop": 962310020
        },
        {
            "start": 962314608,
            "stop": 962316423
        },
        {
            "start": 962344524,
            "stop": 962358182
        },
        {
            "start": 962360660,
            "stop": 962391585
        },
        {
            "start": 962397046,
            "stop": 962412155
        },
        {
            "start": 962412225,
            "stop": 962412355
        },
        {
            "start": 962412590,
            "stop": 962415661
        },
        {
            "start": 962430175,
            "stop": 962434104
        }
    ]
}