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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5067",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5068,
    "results": [
        {
            "start": 874617019,
            "stop": 874617035
        },
        {
            "start": 874617096,
            "stop": 874617119
        },
        {
            "start": 874617139,
            "stop": 874617205
        },
        {
            "start": 874617224,
            "stop": 874617229
        },
        {
            "start": 874617270,
            "stop": 874617298
        },
        {
            "start": 874617317,
            "stop": 874617330
        },
        {
            "start": 874617349,
            "stop": 874617387
        },
        {
            "start": 874617424,
            "stop": 874617473
        },
        {
            "start": 874617492,
            "stop": 874617580
        },
        {
            "start": 874617611,
            "stop": 874617618
        },
        {
            "start": 874617641,
            "stop": 874617684
        },
        {
            "start": 874617755,
            "stop": 874617775
        },
        {
            "start": 874617812,
            "stop": 874617849
        },
        {
            "start": 874617876,
            "stop": 874617886
        },
        {
            "start": 874617905,
            "stop": 874617915
        },
        {
            "start": 874617934,
            "stop": 874617941
        },
        {
            "start": 874617960,
            "stop": 874617962
        },
        {
            "start": 874618017,
            "stop": 874618087
        },
        {
            "start": 874618106,
            "stop": 874618116
        },
        {
            "start": 874618135,
            "stop": 874618141
        }
    ]
}