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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=744",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 745,
    "results": [
        {
            "start": 873026999,
            "stop": 873027009
        },
        {
            "start": 873027055,
            "stop": 873027057
        },
        {
            "start": 873027072,
            "stop": 873027080
        },
        {
            "start": 873027262,
            "stop": 873027286
        },
        {
            "start": 873027693,
            "stop": 873027701
        },
        {
            "start": 873027820,
            "stop": 873027832
        },
        {
            "start": 873027847,
            "stop": 873027852
        },
        {
            "start": 873027873,
            "stop": 873027878
        },
        {
            "start": 873028516,
            "stop": 873039661
        },
        {
            "start": 873042305,
            "stop": 873051540
        },
        {
            "start": 873051600,
            "stop": 873056226
        },
        {
            "start": 873059090,
            "stop": 873060150
        },
        {
            "start": 873061972,
            "stop": 873071910
        },
        {
            "start": 873071970,
            "stop": 873081351
        },
        {
            "start": 873081971,
            "stop": 873103165
        },
        {
            "start": 873103798,
            "stop": 873104111
        },
        {
            "start": 873106569,
            "stop": 873119465
        },
        {
            "start": 873120106,
            "stop": 873134880
        },
        {
            "start": 873134940,
            "stop": 873135752
        },
        {
            "start": 873135766,
            "stop": 873137066
        }
    ]
}