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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=112",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 113,
    "results": [
        {
            "start": 931760605,
            "stop": 931760649
        },
        {
            "start": 931760666,
            "stop": 931760716
        },
        {
            "start": 931760733,
            "stop": 931760891
        },
        {
            "start": 931760908,
            "stop": 931760944
        },
        {
            "start": 931760970,
            "stop": 931760989
        },
        {
            "start": 931761027,
            "stop": 931761028
        },
        {
            "start": 931761031,
            "stop": 931761172
        },
        {
            "start": 931761193,
            "stop": 931761211
        },
        {
            "start": 931761268,
            "stop": 931761402
        },
        {
            "start": 931761420,
            "stop": 931761451
        },
        {
            "start": 931761469,
            "stop": 931761484
        },
        {
            "start": 931761501,
            "stop": 931761526
        },
        {
            "start": 931761545,
            "stop": 931761581
        },
        {
            "start": 931765138,
            "stop": 931765729
        },
        {
            "start": 931765747,
            "stop": 931766145
        },
        {
            "start": 931766148,
            "stop": 931766185
        },
        {
            "start": 931766204,
            "stop": 931766382
        },
        {
            "start": 931766384,
            "stop": 931766415
        },
        {
            "start": 931766775,
            "stop": 931767126
        },
        {
            "start": 931767144,
            "stop": 931767243
        }
    ]
}