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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=27",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 28,
    "results": [
        {
            "start": 931188534,
            "stop": 931188539
        },
        {
            "start": 931188545,
            "stop": 931188548
        },
        {
            "start": 931188572,
            "stop": 931188574
        },
        {
            "start": 931188582,
            "stop": 931188586
        },
        {
            "start": 931188597,
            "stop": 931188602
        },
        {
            "start": 931188608,
            "stop": 931188628
        },
        {
            "start": 931188633,
            "stop": 931188639
        },
        {
            "start": 931188645,
            "stop": 931188673
        },
        {
            "start": 931188682,
            "stop": 931188705
        },
        {
            "start": 931188711,
            "stop": 931188727
        },
        {
            "start": 931188736,
            "stop": 931188768
        },
        {
            "start": 931188776,
            "stop": 931188782
        },
        {
            "start": 931188788,
            "stop": 931188791
        },
        {
            "start": 931188797,
            "stop": 931188799
        },
        {
            "start": 931188818,
            "stop": 931188835
        },
        {
            "start": 931188841,
            "stop": 931188859
        },
        {
            "start": 931188873,
            "stop": 931188887
        },
        {
            "start": 931188893,
            "stop": 931188900
        },
        {
            "start": 931188907,
            "stop": 931188928
        },
        {
            "start": 931188934,
            "stop": 931188939
        }
    ]
}