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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=967",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 968,
    "results": [
        {
            "start": 872129452,
            "stop": 872129812
        },
        {
            "start": 872131163,
            "stop": 872131343
        },
        {
            "start": 872131502,
            "stop": 872131682
        },
        {
            "start": 872131742,
            "stop": 872132282
        },
        {
            "start": 872132491,
            "stop": 872134171
        },
        {
            "start": 872135010,
            "stop": 872136150
        },
        {
            "start": 872136603,
            "stop": 872137623
        },
        {
            "start": 872140320,
            "stop": 872140380
        },
        {
            "start": 872141433,
            "stop": 872142033
        },
        {
            "start": 872144024,
            "stop": 872144984
        },
        {
            "start": 872145335,
            "stop": 872145395
        },
        {
            "start": 872145653,
            "stop": 872145773
        },
        {
            "start": 872145953,
            "stop": 872146013
        },
        {
            "start": 872146185,
            "stop": 872146245
        },
        {
            "start": 872148130,
            "stop": 872148190
        },
        {
            "start": 872148520,
            "stop": 872148580
        },
        {
            "start": 872148740,
            "stop": 872149160
        },
        {
            "start": 872149356,
            "stop": 872149896
        },
        {
            "start": 872150062,
            "stop": 872150302
        },
        {
            "start": 872153487,
            "stop": 872153547
        }
    ]
}