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=1453
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=1454",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1452",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1453,
    "results": [
        {
            "start": 857763147,
            "stop": 857763377
        },
        {
            "start": 857763383,
            "stop": 857764564
        },
        {
            "start": 857765766,
            "stop": 857766126
        },
        {
            "start": 857766235,
            "stop": 857766585
        },
        {
            "start": 857766775,
            "stop": 857767022
        },
        {
            "start": 857767892,
            "stop": 857772361
        },
        {
            "start": 857773443,
            "stop": 857790220
        },
        {
            "start": 857792537,
            "stop": 857832917
        },
        {
            "start": 857832922,
            "stop": 857833216
        },
        {
            "start": 857848763,
            "stop": 857851253
        },
        {
            "start": 857861194,
            "stop": 857899148
        },
        {
            "start": 857900153,
            "stop": 857900389
        },
        {
            "start": 857900542,
            "stop": 857924675
        },
        {
            "start": 857924870,
            "stop": 857927503
        },
        {
            "start": 857927517,
            "stop": 857927524
        },
        {
            "start": 857927528,
            "stop": 857932953
        },
        {
            "start": 857933409,
            "stop": 857942340
        },
        {
            "start": 857942472,
            "stop": 857943880
        },
        {
            "start": 857944283,
            "stop": 857945259
        },
        {
            "start": 857945462,
            "stop": 857949170
        }
    ]
}