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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=75",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 76,
    "results": [
        {
            "start": 932075415,
            "stop": 932075417
        },
        {
            "start": 932075420,
            "stop": 932075423
        },
        {
            "start": 932075425,
            "stop": 932075427
        },
        {
            "start": 932075429,
            "stop": 932075433
        },
        {
            "start": 932075434,
            "stop": 932075444
        },
        {
            "start": 932075448,
            "stop": 932075475
        },
        {
            "start": 932075476,
            "stop": 932075480
        },
        {
            "start": 932075482,
            "stop": 932075494
        },
        {
            "start": 932075496,
            "stop": 932075515
        },
        {
            "start": 932075517,
            "stop": 932075518
        },
        {
            "start": 932075519,
            "stop": 932075534
        },
        {
            "start": 932075535,
            "stop": 932075539
        },
        {
            "start": 932075541,
            "stop": 932075550
        },
        {
            "start": 932075551,
            "stop": 932075588
        },
        {
            "start": 932075592,
            "stop": 932075599
        },
        {
            "start": 932075600,
            "stop": 932075624
        },
        {
            "start": 932075626,
            "stop": 932075628
        },
        {
            "start": 932075631,
            "stop": 932075639
        },
        {
            "start": 932075640,
            "stop": 932075650
        },
        {
            "start": 932075652,
            "stop": 932075706
        }
    ]
}