Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=276
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=275",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 276,
    "results": [
        {
            "start": 1181016287,
            "stop": 1181016388
        },
        {
            "start": 1181016390,
            "stop": 1181016527
        },
        {
            "start": 1181016528,
            "stop": 1181016735
        },
        {
            "start": 1181016736,
            "stop": 1181016926
        },
        {
            "start": 1181016928,
            "stop": 1181018566
        },
        {
            "start": 1181018571,
            "stop": 1181018756
        },
        {
            "start": 1181018757,
            "stop": 1181018759
        },
        {
            "start": 1181018761,
            "stop": 1181019105
        },
        {
            "start": 1181019106,
            "stop": 1181020076
        },
        {
            "start": 1181020077,
            "stop": 1181020181
        },
        {
            "start": 1181020183,
            "stop": 1181020391
        },
        {
            "start": 1181020392,
            "stop": 1181021208
        },
        {
            "start": 1181021209,
            "stop": 1181021355
        },
        {
            "start": 1181021361,
            "stop": 1181021376
        },
        {
            "start": 1181021377,
            "stop": 1181021379
        },
        {
            "start": 1181021380,
            "stop": 1181021533
        },
        {
            "start": 1181021534,
            "stop": 1181021567
        },
        {
            "start": 1181021574,
            "stop": 1181021582
        },
        {
            "start": 1181021584,
            "stop": 1181021771
        },
        {
            "start": 1181021781,
            "stop": 1181021820
        }
    ]
}