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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3268",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3269,
    "results": [
        {
            "start": 873528960,
            "stop": 873539783
        },
        {
            "start": 873540903,
            "stop": 873548880
        },
        {
            "start": 873548940,
            "stop": 873555000
        },
        {
            "start": 873555060,
            "stop": 873557395
        },
        {
            "start": 873557405,
            "stop": 873557407
        },
        {
            "start": 873557413,
            "stop": 873557460
        },
        {
            "start": 873557520,
            "stop": 873557851
        },
        {
            "start": 873557854,
            "stop": 873558099
        },
        {
            "start": 873576526,
            "stop": 873576760
        },
        {
            "start": 873576764,
            "stop": 873576840
        },
        {
            "start": 873576900,
            "stop": 873577260
        },
        {
            "start": 873577380,
            "stop": 873577680
        },
        {
            "start": 873577740,
            "stop": 873577980
        },
        {
            "start": 873578040,
            "stop": 873578400
        },
        {
            "start": 873578460,
            "stop": 873578820
        },
        {
            "start": 873578880,
            "stop": 873579224
        },
        {
            "start": 873579227,
            "stop": 873580080
        },
        {
            "start": 873580140,
            "stop": 873582660
        },
        {
            "start": 873582720,
            "stop": 873582930
        },
        {
            "start": 873582990,
            "stop": 873583011
        }
    ]
}