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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=89",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 90,
    "results": [
        {
            "start": 825203993,
            "stop": 825203998
        },
        {
            "start": 825204002,
            "stop": 825204005
        },
        {
            "start": 825204010,
            "stop": 825204016
        },
        {
            "start": 825204019,
            "stop": 825204023
        },
        {
            "start": 825204026,
            "stop": 825204027
        },
        {
            "start": 825204032,
            "stop": 825204033
        },
        {
            "start": 825204040,
            "stop": 825204043
        },
        {
            "start": 825204046,
            "stop": 825204048
        },
        {
            "start": 825204056,
            "stop": 825204057
        },
        {
            "start": 825204063,
            "stop": 825204065
        },
        {
            "start": 825204077,
            "stop": 825204083
        },
        {
            "start": 825204089,
            "stop": 825204093
        },
        {
            "start": 825204108,
            "stop": 825204121
        },
        {
            "start": 825204129,
            "stop": 825204131
        },
        {
            "start": 825204134,
            "stop": 825204139
        },
        {
            "start": 825204144,
            "stop": 825204173
        },
        {
            "start": 825204176,
            "stop": 825204193
        },
        {
            "start": 825204196,
            "stop": 825204213
        },
        {
            "start": 825204216,
            "stop": 825204241
        },
        {
            "start": 825204247,
            "stop": 825204256
        }
    ]
}