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/H2_STOCH_CAT1/segments?format=api&page=274
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=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=273",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 274,
    "results": [
        {
            "start": 866192179,
            "stop": 866192210
        },
        {
            "start": 866192213,
            "stop": 866192553
        },
        {
            "start": 866192556,
            "stop": 866192583
        },
        {
            "start": 866192586,
            "stop": 866192928
        },
        {
            "start": 866192931,
            "stop": 866193207
        },
        {
            "start": 866193210,
            "stop": 866193213
        },
        {
            "start": 866193216,
            "stop": 866193234
        },
        {
            "start": 866193237,
            "stop": 866193314
        },
        {
            "start": 866193317,
            "stop": 866193394
        },
        {
            "start": 866193397,
            "stop": 866193484
        },
        {
            "start": 866193487,
            "stop": 866193675
        },
        {
            "start": 866193678,
            "stop": 866194136
        },
        {
            "start": 866194139,
            "stop": 866194163
        },
        {
            "start": 866194166,
            "stop": 866194802
        },
        {
            "start": 866194805,
            "stop": 866194818
        },
        {
            "start": 866194821,
            "stop": 866194871
        },
        {
            "start": 866194876,
            "stop": 866195129
        },
        {
            "start": 866195132,
            "stop": 866195190
        },
        {
            "start": 866195193,
            "stop": 866195510
        },
        {
            "start": 866195513,
            "stop": 866195723
        }
    ]
}