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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1026",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1024",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1025,
    "results": [
        {
            "start": 872124635,
            "stop": 872126375
        },
        {
            "start": 872126405,
            "stop": 872127155
        },
        {
            "start": 872127304,
            "stop": 872128564
        },
        {
            "start": 872128707,
            "stop": 872128827
        },
        {
            "start": 872128977,
            "stop": 872129307
        },
        {
            "start": 872129451,
            "stop": 872129811
        },
        {
            "start": 872130900,
            "stop": 872131050
        },
        {
            "start": 872131200,
            "stop": 872131320
        },
        {
            "start": 872131503,
            "stop": 872131563
        },
        {
            "start": 872131742,
            "stop": 872132282
        },
        {
            "start": 872132491,
            "stop": 872134171
        },
        {
            "start": 872135010,
            "stop": 872136150
        },
        {
            "start": 872136603,
            "stop": 872136693
        },
        {
            "start": 872136843,
            "stop": 872136903
        },
        {
            "start": 872137053,
            "stop": 872137623
        },
        {
            "start": 872140320,
            "stop": 872140380
        },
        {
            "start": 872141438,
            "stop": 872142068
        },
        {
            "start": 872142158,
            "stop": 872144978
        },
        {
            "start": 872145335,
            "stop": 872145395
        },
        {
            "start": 872145653,
            "stop": 872145773
        }
    ]
}