Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1527
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=1528",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1526",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1527,
    "results": [
        {
            "start": 872950763,
            "stop": 872950764
        },
        {
            "start": 872950767,
            "stop": 872950803
        },
        {
            "start": 872950810,
            "stop": 872952057
        },
        {
            "start": 872952066,
            "stop": 872953111
        },
        {
            "start": 872953120,
            "stop": 872953122
        },
        {
            "start": 872953125,
            "stop": 872953139
        },
        {
            "start": 872972022,
            "stop": 872975084
        },
        {
            "start": 872975087,
            "stop": 872977765
        },
        {
            "start": 872977769,
            "stop": 872979782
        },
        {
            "start": 872980782,
            "stop": 872998564
        },
        {
            "start": 872999787,
            "stop": 873012189
        },
        {
            "start": 873012233,
            "stop": 873028278
        },
        {
            "start": 873028384,
            "stop": 873039693
        },
        {
            "start": 873039698,
            "stop": 873039705
        },
        {
            "start": 873040396,
            "stop": 873048156
        },
        {
            "start": 873048159,
            "stop": 873048167
        },
        {
            "start": 873048177,
            "stop": 873048178
        },
        {
            "start": 873048181,
            "stop": 873048190
        },
        {
            "start": 873048200,
            "stop": 873048201
        },
        {
            "start": 873048205,
            "stop": 873048207
        }
    ]
}