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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=44",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 45,
    "results": [
        {
            "start": 821786792,
            "stop": 821787283
        },
        {
            "start": 821789712,
            "stop": 821790600
        },
        {
            "start": 821790606,
            "stop": 821796473
        },
        {
            "start": 821798664,
            "stop": 821798776
        },
        {
            "start": 821800732,
            "stop": 821801992
        },
        {
            "start": 821804220,
            "stop": 821805141
        },
        {
            "start": 821820062,
            "stop": 821820769
        },
        {
            "start": 821821581,
            "stop": 821822425
        },
        {
            "start": 821824292,
            "stop": 821824757
        },
        {
            "start": 821825563,
            "stop": 821826638
        },
        {
            "start": 821827606,
            "stop": 821831461
        },
        {
            "start": 821832100,
            "stop": 821833099
        },
        {
            "start": 821835537,
            "stop": 821838975
        },
        {
            "start": 821839089,
            "stop": 821840709
        },
        {
            "start": 821841971,
            "stop": 821846305
        },
        {
            "start": 821847618,
            "stop": 821872838
        },
        {
            "start": 821875260,
            "stop": 821883301
        },
        {
            "start": 821883539,
            "stop": 821906408
        },
        {
            "start": 821906707,
            "stop": 821909504
        },
        {
            "start": 821910889,
            "stop": 821911969
        }
    ]
}