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=807
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=808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=806",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 807,
    "results": [
        {
            "start": 859220833,
            "stop": 859221013
        },
        {
            "start": 859221149,
            "stop": 859222349
        },
        {
            "start": 859222508,
            "stop": 859225328
        },
        {
            "start": 859225512,
            "stop": 859226322
        },
        {
            "start": 859226352,
            "stop": 859226412
        },
        {
            "start": 859226502,
            "stop": 859227852
        },
        {
            "start": 859228037,
            "stop": 859228217
        },
        {
            "start": 859228568,
            "stop": 859228868
        },
        {
            "start": 859229066,
            "stop": 859229546
        },
        {
            "start": 859229750,
            "stop": 859230350
        },
        {
            "start": 859230511,
            "stop": 859230571
        },
        {
            "start": 859230733,
            "stop": 859231873
        },
        {
            "start": 859232023,
            "stop": 859233373
        },
        {
            "start": 859233676,
            "stop": 859234036
        },
        {
            "start": 859234185,
            "stop": 859236405
        },
        {
            "start": 859236537,
            "stop": 859236837
        },
        {
            "start": 859237040,
            "stop": 859242680
        },
        {
            "start": 859243791,
            "stop": 859247811
        },
        {
            "start": 859247981,
            "stop": 859249241
        },
        {
            "start": 859249331,
            "stop": 859251911
        }
    ]
}