Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=190
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=189",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 190,
    "results": [
        {
            "start": 846281305,
            "stop": 846282133
        },
        {
            "start": 846282141,
            "stop": 846282809
        },
        {
            "start": 846291108,
            "stop": 846293627
        },
        {
            "start": 846293629,
            "stop": 846293644
        },
        {
            "start": 846293646,
            "stop": 846293647
        },
        {
            "start": 846293649,
            "stop": 846312456
        },
        {
            "start": 846312513,
            "stop": 846324332
        },
        {
            "start": 846329075,
            "stop": 846332465
        },
        {
            "start": 846332892,
            "stop": 846340973
        },
        {
            "start": 846340981,
            "stop": 846341005
        },
        {
            "start": 846341207,
            "stop": 846342250
        },
        {
            "start": 846343900,
            "stop": 846344746
        },
        {
            "start": 846344754,
            "stop": 846345394
        },
        {
            "start": 846364018,
            "stop": 846364020
        },
        {
            "start": 846369424,
            "stop": 846369897
        },
        {
            "start": 846374761,
            "stop": 846377836
        },
        {
            "start": 846379546,
            "stop": 846382525
        },
        {
            "start": 846382717,
            "stop": 846383831
        },
        {
            "start": 846383833,
            "stop": 846384058
        },
        {
            "start": 846384065,
            "stop": 846384080
        }
    ]
}