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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=84",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 85,
    "results": [
        {
            "start": 824882891,
            "stop": 824882926
        },
        {
            "start": 824882929,
            "stop": 824882992
        },
        {
            "start": 824882995,
            "stop": 824883011
        },
        {
            "start": 824883014,
            "stop": 824883081
        },
        {
            "start": 824883084,
            "stop": 824883096
        },
        {
            "start": 824883099,
            "stop": 824883252
        },
        {
            "start": 824883255,
            "stop": 824883363
        },
        {
            "start": 824883366,
            "stop": 824887533
        },
        {
            "start": 824887606,
            "stop": 824901280
        },
        {
            "start": 824901312,
            "stop": 824904608
        },
        {
            "start": 824904640,
            "stop": 824911328
        },
        {
            "start": 824911360,
            "stop": 824911872
        },
        {
            "start": 824911904,
            "stop": 824915168
        },
        {
            "start": 824915200,
            "stop": 824917312
        },
        {
            "start": 824917344,
            "stop": 824925422
        },
        {
            "start": 824925425,
            "stop": 824944864
        },
        {
            "start": 824944896,
            "stop": 824951773
        },
        {
            "start": 824952586,
            "stop": 824959104
        },
        {
            "start": 824959136,
            "stop": 824959212
        },
        {
            "start": 824960556,
            "stop": 824965728
        }
    ]
}