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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=169",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 170,
    "results": [
        {
            "start": 840933996,
            "stop": 840993813
        },
        {
            "start": 840994415,
            "stop": 840995713
        },
        {
            "start": 840996720,
            "stop": 841003011
        },
        {
            "start": 841003014,
            "stop": 841003017
        },
        {
            "start": 841003021,
            "stop": 841023803
        },
        {
            "start": 841023806,
            "stop": 841063324
        },
        {
            "start": 841064981,
            "stop": 841073095
        },
        {
            "start": 841073100,
            "stop": 841080204
        },
        {
            "start": 841080208,
            "stop": 841085893
        },
        {
            "start": 841086647,
            "stop": 841094260
        },
        {
            "start": 841098776,
            "stop": 841141920
        },
        {
            "start": 841142907,
            "stop": 841143853
        },
        {
            "start": 841145524,
            "stop": 841147813
        },
        {
            "start": 841148863,
            "stop": 841159618
        },
        {
            "start": 841165086,
            "stop": 841171745
        },
        {
            "start": 841176793,
            "stop": 841178587
        },
        {
            "start": 841179500,
            "stop": 841213567
        },
        {
            "start": 841213570,
            "stop": 841236712
        },
        {
            "start": 841237644,
            "stop": 841242273
        },
        {
            "start": 841243378,
            "stop": 841245134
        }
    ]
}