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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=22",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 23,
    "results": [
        {
            "start": 931151744,
            "stop": 931151745
        },
        {
            "start": 931151763,
            "stop": 931151769
        },
        {
            "start": 931151770,
            "stop": 931151771
        },
        {
            "start": 931151775,
            "stop": 931151776
        },
        {
            "start": 931151777,
            "stop": 931151789
        },
        {
            "start": 931151790,
            "stop": 931151793
        },
        {
            "start": 931151794,
            "stop": 931151796
        },
        {
            "start": 931151822,
            "stop": 931151846
        },
        {
            "start": 931151864,
            "stop": 931151942
        },
        {
            "start": 931152029,
            "stop": 931152033
        },
        {
            "start": 931152072,
            "stop": 931152073
        },
        {
            "start": 931152168,
            "stop": 931152217
        },
        {
            "start": 931152235,
            "stop": 931152299
        },
        {
            "start": 931152317,
            "stop": 931152350
        },
        {
            "start": 931152412,
            "stop": 931152413
        },
        {
            "start": 931152443,
            "stop": 931152547
        },
        {
            "start": 931152570,
            "stop": 931152598
        },
        {
            "start": 931152616,
            "stop": 931152650
        },
        {
            "start": 931152669,
            "stop": 931152759
        },
        {
            "start": 931152777,
            "stop": 931152790
        }
    ]
}