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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=50",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 51,
    "results": [
        {
            "start": 931366536,
            "stop": 931366821
        },
        {
            "start": 931366827,
            "stop": 931366828
        },
        {
            "start": 931366879,
            "stop": 931366892
        },
        {
            "start": 931366898,
            "stop": 931366974
        },
        {
            "start": 931366980,
            "stop": 931367010
        },
        {
            "start": 931367015,
            "stop": 931367058
        },
        {
            "start": 931367064,
            "stop": 931367707
        },
        {
            "start": 931367714,
            "stop": 931367767
        },
        {
            "start": 931367773,
            "stop": 931367794
        },
        {
            "start": 931367804,
            "stop": 931367983
        },
        {
            "start": 931367992,
            "stop": 931368105
        },
        {
            "start": 931368111,
            "stop": 931368694
        },
        {
            "start": 931368700,
            "stop": 931369057
        },
        {
            "start": 931369068,
            "stop": 931369130
        },
        {
            "start": 931369136,
            "stop": 931369298
        },
        {
            "start": 931369303,
            "stop": 931369344
        },
        {
            "start": 931369350,
            "stop": 931369402
        },
        {
            "start": 931369418,
            "stop": 931369470
        },
        {
            "start": 931369476,
            "stop": 931369516
        },
        {
            "start": 931369523,
            "stop": 931369563
        }
    ]
}