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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=125",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 126,
    "results": [
        {
            "start": 931828870,
            "stop": 931829358
        },
        {
            "start": 931829363,
            "stop": 931829933
        },
        {
            "start": 931829935,
            "stop": 931830412
        },
        {
            "start": 931830415,
            "stop": 931831115
        },
        {
            "start": 931831117,
            "stop": 931831215
        },
        {
            "start": 931831575,
            "stop": 931831852
        },
        {
            "start": 931831854,
            "stop": 931831980
        },
        {
            "start": 931836793,
            "stop": 931837695
        },
        {
            "start": 931837697,
            "stop": 931838415
        },
        {
            "start": 931838775,
            "stop": 931838813
        },
        {
            "start": 931838815,
            "stop": 931839310
        },
        {
            "start": 931839370,
            "stop": 931840600
        },
        {
            "start": 931840604,
            "stop": 931842015
        },
        {
            "start": 931842375,
            "stop": 931842430
        },
        {
            "start": 931842432,
            "stop": 931842637
        },
        {
            "start": 931842932,
            "stop": 931843028
        },
        {
            "start": 931843030,
            "stop": 931843417
        },
        {
            "start": 931843420,
            "stop": 931843433
        },
        {
            "start": 931843435,
            "stop": 931843473
        },
        {
            "start": 931845510,
            "stop": 931845615
        }
    ]
}