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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=569",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=567",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 568,
    "results": [
        {
            "start": 836081957,
            "stop": 836108892
        },
        {
            "start": 836111110,
            "stop": 836111119
        },
        {
            "start": 836111134,
            "stop": 836116362
        },
        {
            "start": 836116368,
            "stop": 836116787
        },
        {
            "start": 836116792,
            "stop": 836117252
        },
        {
            "start": 836117258,
            "stop": 836118285
        },
        {
            "start": 836118290,
            "stop": 836118824
        },
        {
            "start": 836119868,
            "stop": 836120174
        },
        {
            "start": 836120180,
            "stop": 836127425
        },
        {
            "start": 836130845,
            "stop": 836158056
        },
        {
            "start": 836160142,
            "stop": 836169641
        },
        {
            "start": 836169647,
            "stop": 836188666
        },
        {
            "start": 836189850,
            "stop": 836213613
        },
        {
            "start": 836213619,
            "stop": 836215619
        },
        {
            "start": 836215624,
            "stop": 836247775
        },
        {
            "start": 836248672,
            "stop": 836261534
        },
        {
            "start": 836262622,
            "stop": 836273449
        },
        {
            "start": 836273454,
            "stop": 836273722
        },
        {
            "start": 836273731,
            "stop": 836293108
        },
        {
            "start": 836294525,
            "stop": 836325084
        }
    ]
}