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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=14",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 15,
    "results": [
        {
            "start": 931089344,
            "stop": 931089347
        },
        {
            "start": 931089351,
            "stop": 931089353
        },
        {
            "start": 931089363,
            "stop": 931089369
        },
        {
            "start": 931089372,
            "stop": 931089374
        },
        {
            "start": 931089375,
            "stop": 931089380
        },
        {
            "start": 931089385,
            "stop": 931089395
        },
        {
            "start": 931089405,
            "stop": 931089413
        },
        {
            "start": 931089420,
            "stop": 931089425
        },
        {
            "start": 931089426,
            "stop": 931089433
        },
        {
            "start": 931089435,
            "stop": 931089436
        },
        {
            "start": 931089438,
            "stop": 931089445
        },
        {
            "start": 931089450,
            "stop": 931089451
        },
        {
            "start": 931089455,
            "stop": 931089456
        },
        {
            "start": 931089464,
            "stop": 931089466
        },
        {
            "start": 931089468,
            "stop": 931089473
        },
        {
            "start": 931089475,
            "stop": 931089478
        },
        {
            "start": 931089481,
            "stop": 931089483
        },
        {
            "start": 931089484,
            "stop": 931089487
        },
        {
            "start": 931089489,
            "stop": 931089490
        },
        {
            "start": 931089492,
            "stop": 931089495
        }
    ]
}