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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=807",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=805",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 806,
    "results": [
        {
            "start": 868390381,
            "stop": 868391070
        },
        {
            "start": 868391130,
            "stop": 868391911
        },
        {
            "start": 868392925,
            "stop": 868398926
        },
        {
            "start": 868402763,
            "stop": 868411927
        },
        {
            "start": 868411930,
            "stop": 868417442
        },
        {
            "start": 868417444,
            "stop": 868420110
        },
        {
            "start": 868420230,
            "stop": 868472284
        },
        {
            "start": 868473799,
            "stop": 868484370
        },
        {
            "start": 868484490,
            "stop": 868527524
        },
        {
            "start": 868529398,
            "stop": 868540410
        },
        {
            "start": 868540470,
            "stop": 868540480
        },
        {
            "start": 868546706,
            "stop": 868549943
        },
        {
            "start": 868549944,
            "stop": 868584210
        },
        {
            "start": 868584270,
            "stop": 868584287
        },
        {
            "start": 868585397,
            "stop": 868602704
        },
        {
            "start": 868605018,
            "stop": 868608376
        },
        {
            "start": 868609085,
            "stop": 868612597
        },
        {
            "start": 868614316,
            "stop": 868618650
        },
        {
            "start": 868618710,
            "stop": 868623752
        },
        {
            "start": 868623754,
            "stop": 868631316
        }
    ]
}