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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=25",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 26,
    "results": [
        {
            "start": 819076642,
            "stop": 819077013
        },
        {
            "start": 819078358,
            "stop": 819089413
        },
        {
            "start": 819089611,
            "stop": 819090301
        },
        {
            "start": 819090401,
            "stop": 819091600
        },
        {
            "start": 819091876,
            "stop": 819093885
        },
        {
            "start": 819094356,
            "stop": 819094504
        },
        {
            "start": 819095330,
            "stop": 819100880
        },
        {
            "start": 819100906,
            "stop": 819101639
        },
        {
            "start": 819101643,
            "stop": 819104313
        },
        {
            "start": 819105095,
            "stop": 819113465
        },
        {
            "start": 819114475,
            "stop": 819124299
        },
        {
            "start": 819124456,
            "stop": 819128034
        },
        {
            "start": 819128146,
            "stop": 819129842
        },
        {
            "start": 819144129,
            "stop": 819144604
        },
        {
            "start": 819145645,
            "stop": 819147016
        },
        {
            "start": 819165778,
            "stop": 819185291
        },
        {
            "start": 819189059,
            "stop": 819191056
        },
        {
            "start": 819192072,
            "stop": 819201810
        },
        {
            "start": 819202650,
            "stop": 819202863
        },
        {
            "start": 819202879,
            "stop": 819204105
        }
    ]
}