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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT1/segments?format=api&page=7",
    "results_count": 414,
    "results_per_page": 20,
    "num_pages": 21,
    "page_number": 8,
    "results": [
        {
            "start": 1260711056,
            "stop": 1260711320
        },
        {
            "start": 1260712922,
            "stop": 1260713103
        },
        {
            "start": 1260723947,
            "stop": 1260738008
        },
        {
            "start": 1260746843,
            "stop": 1260747917
        },
        {
            "start": 1260755941,
            "stop": 1260859341
        },
        {
            "start": 1260867223,
            "stop": 1260878265
        },
        {
            "start": 1260885560,
            "stop": 1260886519
        },
        {
            "start": 1260888399,
            "stop": 1260889487
        },
        {
            "start": 1260891458,
            "stop": 1260891538
        },
        {
            "start": 1260892408,
            "stop": 1260892536
        },
        {
            "start": 1260892875,
            "stop": 1260899966
        },
        {
            "start": 1260907053,
            "stop": 1260909322
        },
        {
            "start": 1260911476,
            "stop": 1260914497
        },
        {
            "start": 1260919265,
            "stop": 1260923252
        },
        {
            "start": 1260923355,
            "stop": 1261012486
        },
        {
            "start": 1261013054,
            "stop": 1261025795
        },
        {
            "start": 1261025895,
            "stop": 1261085489
        },
        {
            "start": 1261085612,
            "stop": 1261153129
        },
        {
            "start": 1261163605,
            "stop": 1261163847
        },
        {
            "start": 1261177552,
            "stop": 1261179923
        }
    ]
}