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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=5",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 6,
    "results": [
        {
            "start": 1240374889,
            "stop": 1240398780
        },
        {
            "start": 1240398852,
            "stop": 1240425610
        },
        {
            "start": 1240546514,
            "stop": 1240606748
        },
        {
            "start": 1240606814,
            "stop": 1240613059
        },
        {
            "start": 1240613086,
            "stop": 1240621302
        },
        {
            "start": 1240624017,
            "stop": 1240624399
        },
        {
            "start": 1240624412,
            "stop": 1240670803
        },
        {
            "start": 1240698508,
            "stop": 1240763989
        },
        {
            "start": 1240764331,
            "stop": 1240772399
        },
        {
            "start": 1240781985,
            "stop": 1240786108
        },
        {
            "start": 1240795605,
            "stop": 1240814243
        },
        {
            "start": 1240821139,
            "stop": 1240844083
        },
        {
            "start": 1240849944,
            "stop": 1240853585
        },
        {
            "start": 1240853610,
            "stop": 1240855236
        },
        {
            "start": 1240860330,
            "stop": 1240867962
        },
        {
            "start": 1240872261,
            "stop": 1240919356
        },
        {
            "start": 1240919428,
            "stop": 1240940544
        },
        {
            "start": 1240940621,
            "stop": 1240961211
        },
        {
            "start": 1240961309,
            "stop": 1241002495
        },
        {
            "start": 1241002600,
            "stop": 1241011102
        }
    ]
}