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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=40",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 41,
    "results": [
        {
            "start": 817221806,
            "stop": 817221912
        },
        {
            "start": 817221915,
            "stop": 817222013
        },
        {
            "start": 817222016,
            "stop": 817222094
        },
        {
            "start": 817222097,
            "stop": 817222098
        },
        {
            "start": 817222103,
            "stop": 817222133
        },
        {
            "start": 817222136,
            "stop": 817222164
        },
        {
            "start": 817222167,
            "stop": 817222219
        },
        {
            "start": 817222222,
            "stop": 817222272
        },
        {
            "start": 817222276,
            "stop": 817222478
        },
        {
            "start": 817222481,
            "stop": 817222487
        },
        {
            "start": 817222491,
            "stop": 817222519
        },
        {
            "start": 817222523,
            "stop": 817222529
        },
        {
            "start": 817222532,
            "stop": 817222534
        },
        {
            "start": 817222538,
            "stop": 817222542
        },
        {
            "start": 817222545,
            "stop": 817222575
        },
        {
            "start": 817222578,
            "stop": 817222694
        },
        {
            "start": 817222697,
            "stop": 817223156
        },
        {
            "start": 817223159,
            "stop": 817223377
        },
        {
            "start": 817223380,
            "stop": 817223494
        },
        {
            "start": 817223497,
            "stop": 817223579
        }
    ]
}