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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=243",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 244,
    "results": [
        {
            "start": 827967832,
            "stop": 827967892
        },
        {
            "start": 827968532,
            "stop": 827968952
        },
        {
            "start": 827969170,
            "stop": 827969350
        },
        {
            "start": 827969521,
            "stop": 827969761
        },
        {
            "start": 827970074,
            "stop": 827970734
        },
        {
            "start": 827971013,
            "stop": 827971253
        },
        {
            "start": 827973306,
            "stop": 827973606
        },
        {
            "start": 827975837,
            "stop": 827976677
        },
        {
            "start": 827976949,
            "stop": 827977009
        },
        {
            "start": 827978556,
            "stop": 827979696
        },
        {
            "start": 827979923,
            "stop": 827979983
        },
        {
            "start": 827980129,
            "stop": 827980609
        },
        {
            "start": 827982164,
            "stop": 827982644
        },
        {
            "start": 827982823,
            "stop": 827983783
        },
        {
            "start": 827983981,
            "stop": 827984521
        },
        {
            "start": 827984687,
            "stop": 827986127
        },
        {
            "start": 827987135,
            "stop": 827987945
        },
        {
            "start": 827988095,
            "stop": 827988215
        },
        {
            "start": 827988383,
            "stop": 827988743
        },
        {
            "start": 827988911,
            "stop": 827988971
        }
    ]
}