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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=17",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 18,
    "results": [
        {
            "start": 819061326,
            "stop": 819061928
        },
        {
            "start": 819062005,
            "stop": 819062827
        },
        {
            "start": 819062939,
            "stop": 819066640
        },
        {
            "start": 819069292,
            "stop": 819075637
        },
        {
            "start": 819076642,
            "stop": 819077014
        },
        {
            "start": 819078358,
            "stop": 819089413
        },
        {
            "start": 819089611,
            "stop": 819090301
        },
        {
            "start": 819090401,
            "stop": 819091601
        },
        {
            "start": 819091876,
            "stop": 819093886
        },
        {
            "start": 819094356,
            "stop": 819094504
        },
        {
            "start": 819095330,
            "stop": 819100880
        },
        {
            "start": 819100906,
            "stop": 819101639
        },
        {
            "start": 819101643,
            "stop": 819104314
        },
        {
            "start": 819105095,
            "stop": 819113466
        },
        {
            "start": 819114475,
            "stop": 819124300
        },
        {
            "start": 819124456,
            "stop": 819128036
        },
        {
            "start": 819128146,
            "stop": 819129842
        },
        {
            "start": 819144129,
            "stop": 819144605
        },
        {
            "start": 819145645,
            "stop": 819147016
        },
        {
            "start": 819165778,
            "stop": 819185292
        }
    ]
}