Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=808
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=809",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=807",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 808,
    "results": [
        {
            "start": 861845904,
            "stop": 861846324
        },
        {
            "start": 861846503,
            "stop": 861852263
        },
        {
            "start": 861852413,
            "stop": 861853673
        },
        {
            "start": 861853823,
            "stop": 861856343
        },
        {
            "start": 861856504,
            "stop": 861861004
        },
        {
            "start": 861861154,
            "stop": 861864784
        },
        {
            "start": 861868482,
            "stop": 861869802
        },
        {
            "start": 861869976,
            "stop": 861874236
        },
        {
            "start": 861874266,
            "stop": 861877116
        },
        {
            "start": 861877266,
            "stop": 861886056
        },
        {
            "start": 861891667,
            "stop": 861897367
        },
        {
            "start": 861897523,
            "stop": 861899803
        },
        {
            "start": 861899937,
            "stop": 861904677
        },
        {
            "start": 861904896,
            "stop": 861908676
        },
        {
            "start": 861909345,
            "stop": 861915945
        },
        {
            "start": 861916088,
            "stop": 861919808
        },
        {
            "start": 861921097,
            "stop": 861923887
        },
        {
            "start": 861923977,
            "stop": 861924397
        },
        {
            "start": 861926025,
            "stop": 861931665
        },
        {
            "start": 861932336,
            "stop": 861939296
        }
    ]
}