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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3730",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3728",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3729,
    "results": [
        {
            "start": 873550557,
            "stop": 873553488
        },
        {
            "start": 873553505,
            "stop": 873553731
        },
        {
            "start": 873553748,
            "stop": 873555000
        },
        {
            "start": 873555060,
            "stop": 873557387
        },
        {
            "start": 873557421,
            "stop": 873557460
        },
        {
            "start": 873557520,
            "stop": 873557843
        },
        {
            "start": 873557862,
            "stop": 873558099
        },
        {
            "start": 873576526,
            "stop": 873576624
        },
        {
            "start": 873576641,
            "stop": 873576760
        },
        {
            "start": 873576764,
            "stop": 873576840
        },
        {
            "start": 873576900,
            "stop": 873576982
        },
        {
            "start": 873576999,
            "stop": 873577007
        },
        {
            "start": 873577024,
            "stop": 873577260
        },
        {
            "start": 873577380,
            "stop": 873577680
        },
        {
            "start": 873577740,
            "stop": 873577980
        },
        {
            "start": 873578040,
            "stop": 873578353
        },
        {
            "start": 873578370,
            "stop": 873578400
        },
        {
            "start": 873578460,
            "stop": 873578467
        },
        {
            "start": 873578484,
            "stop": 873578572
        },
        {
            "start": 873578589,
            "stop": 873578785
        }
    ]
}