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=462
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=463",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=461",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 462,
    "results": [
        {
            "start": 873734880,
            "stop": 873735571
        },
        {
            "start": 873735594,
            "stop": 873736112
        },
        {
            "start": 873736414,
            "stop": 873736959
        },
        {
            "start": 873736981,
            "stop": 873738779
        },
        {
            "start": 873738803,
            "stop": 873739079
        },
        {
            "start": 873739153,
            "stop": 873745328
        },
        {
            "start": 873746777,
            "stop": 873747229
        },
        {
            "start": 873747251,
            "stop": 873749327
        },
        {
            "start": 873749543,
            "stop": 873750120
        },
        {
            "start": 873750180,
            "stop": 873756389
        },
        {
            "start": 873756411,
            "stop": 873756414
        },
        {
            "start": 873756436,
            "stop": 873756482
        },
        {
            "start": 873756503,
            "stop": 873757770
        },
        {
            "start": 873757830,
            "stop": 873759391
        },
        {
            "start": 873760474,
            "stop": 873764370
        },
        {
            "start": 873764490,
            "stop": 873769100
        },
        {
            "start": 873769400,
            "stop": 873775862
        },
        {
            "start": 873775883,
            "stop": 873785812
        },
        {
            "start": 873786171,
            "stop": 873786319
        },
        {
            "start": 873786656,
            "stop": 873792270
        }
    ]
}