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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=232",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 233,
    "results": [
        {
            "start": 827675235,
            "stop": 827675775
        },
        {
            "start": 827675937,
            "stop": 827677677
        },
        {
            "start": 827678005,
            "stop": 827678425
        },
        {
            "start": 827678662,
            "stop": 827678782
        },
        {
            "start": 827679222,
            "stop": 827679882
        },
        {
            "start": 827680214,
            "stop": 827680274
        },
        {
            "start": 827683733,
            "stop": 827683793
        },
        {
            "start": 827684059,
            "stop": 827684299
        },
        {
            "start": 827684695,
            "stop": 827684935
        },
        {
            "start": 827685150,
            "stop": 827685390
        },
        {
            "start": 827694480,
            "stop": 827695080
        },
        {
            "start": 827700384,
            "stop": 827700564
        },
        {
            "start": 827702352,
            "stop": 827702592
        },
        {
            "start": 827702995,
            "stop": 827703235
        },
        {
            "start": 827703491,
            "stop": 827703551
        },
        {
            "start": 827704459,
            "stop": 827704999
        },
        {
            "start": 827705165,
            "stop": 827705225
        },
        {
            "start": 827705455,
            "stop": 827705755
        },
        {
            "start": 827705892,
            "stop": 827705952
        },
        {
            "start": 827706221,
            "stop": 827706521
        }
    ]
}