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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3255",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3256,
    "results": [
        {
            "start": 872948640,
            "stop": 872949660
        },
        {
            "start": 872949720,
            "stop": 872950760
        },
        {
            "start": 872950763,
            "stop": 872950764
        },
        {
            "start": 872950767,
            "stop": 872950803
        },
        {
            "start": 872950810,
            "stop": 872952057
        },
        {
            "start": 872952066,
            "stop": 872952180
        },
        {
            "start": 872952240,
            "stop": 872952983
        },
        {
            "start": 872972022,
            "stop": 872972880
        },
        {
            "start": 872972940,
            "stop": 872974140
        },
        {
            "start": 872974200,
            "stop": 872975084
        },
        {
            "start": 872975087,
            "stop": 872977765
        },
        {
            "start": 872977769,
            "stop": 872978700
        },
        {
            "start": 872978760,
            "stop": 872979516
        },
        {
            "start": 872980782,
            "stop": 872981760
        },
        {
            "start": 872981880,
            "stop": 872987520
        },
        {
            "start": 872987640,
            "stop": 872997150
        },
        {
            "start": 872997218,
            "stop": 872997221
        },
        {
            "start": 872998396,
            "stop": 872998564
        },
        {
            "start": 872999787,
            "stop": 873003840
        },
        {
            "start": 873003900,
            "stop": 873008640
        }
    ]
}