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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=118",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 119,
    "results": [
        {
            "start": 846269534,
            "stop": 846271433
        },
        {
            "start": 846271473,
            "stop": 846272476
        },
        {
            "start": 846272667,
            "stop": 846276037
        },
        {
            "start": 846276103,
            "stop": 846282812
        },
        {
            "start": 846291108,
            "stop": 846312456
        },
        {
            "start": 846312513,
            "stop": 846324335
        },
        {
            "start": 846329075,
            "stop": 846332465
        },
        {
            "start": 846332892,
            "stop": 846341023
        },
        {
            "start": 846341207,
            "stop": 846342250
        },
        {
            "start": 846343900,
            "stop": 846345395
        },
        {
            "start": 846364018,
            "stop": 846364020
        },
        {
            "start": 846369424,
            "stop": 846369897
        },
        {
            "start": 846374761,
            "stop": 846377837
        },
        {
            "start": 846379546,
            "stop": 846382526
        },
        {
            "start": 846382717,
            "stop": 846409352
        },
        {
            "start": 846409773,
            "stop": 846435821
        },
        {
            "start": 846435969,
            "stop": 846440192
        },
        {
            "start": 846440272,
            "stop": 846457827
        },
        {
            "start": 846460721,
            "stop": 846539989
        },
        {
            "start": 846542348,
            "stop": 846545686
        }
    ]
}