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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5031",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5032,
    "results": [
        {
            "start": 874559383,
            "stop": 874559391
        },
        {
            "start": 874559420,
            "stop": 874559458
        },
        {
            "start": 874559495,
            "stop": 874559550
        },
        {
            "start": 874559569,
            "stop": 874559573
        },
        {
            "start": 874559611,
            "stop": 874559628
        },
        {
            "start": 874559649,
            "stop": 874559693
        },
        {
            "start": 874559722,
            "stop": 874559755
        },
        {
            "start": 874559774,
            "stop": 874559779
        },
        {
            "start": 874559799,
            "stop": 874559835
        },
        {
            "start": 874559862,
            "stop": 874559908
        },
        {
            "start": 874559927,
            "stop": 874559967
        },
        {
            "start": 874559996,
            "stop": 874560104
        },
        {
            "start": 874560123,
            "stop": 874560125
        },
        {
            "start": 874560144,
            "stop": 874560203
        },
        {
            "start": 874560222,
            "stop": 874560239
        },
        {
            "start": 874560291,
            "stop": 874560355
        },
        {
            "start": 874560375,
            "stop": 874560498
        },
        {
            "start": 874560523,
            "stop": 874560553
        },
        {
            "start": 874560572,
            "stop": 874560591
        },
        {
            "start": 874560631,
            "stop": 874560672
        }
    ]
}