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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=64",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 65,
    "results": [
        {
            "start": 822757887,
            "stop": 822758230
        },
        {
            "start": 822773444,
            "stop": 822773504
        },
        {
            "start": 822773524,
            "stop": 822773760
        },
        {
            "start": 822773792,
            "stop": 822776290
        },
        {
            "start": 822776440,
            "stop": 822777312
        },
        {
            "start": 822777490,
            "stop": 822777729
        },
        {
            "start": 822779149,
            "stop": 822781453
        },
        {
            "start": 822781460,
            "stop": 822781461
        },
        {
            "start": 822782446,
            "stop": 822793393
        },
        {
            "start": 822793497,
            "stop": 822799784
        },
        {
            "start": 822799838,
            "stop": 822800053
        },
        {
            "start": 822800154,
            "stop": 822800718
        },
        {
            "start": 822800786,
            "stop": 822800840
        },
        {
            "start": 822800948,
            "stop": 822801913
        },
        {
            "start": 822801974,
            "stop": 822804444
        },
        {
            "start": 822804489,
            "stop": 822805753
        },
        {
            "start": 822805818,
            "stop": 822806113
        },
        {
            "start": 822806183,
            "stop": 822806186
        },
        {
            "start": 822806257,
            "stop": 822806431
        },
        {
            "start": 822806966,
            "stop": 822807089
        }
    ]
}