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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=91",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 92,
    "results": [
        {
            "start": 824740096,
            "stop": 824740102
        },
        {
            "start": 824740105,
            "stop": 824740111
        },
        {
            "start": 824740113,
            "stop": 824740116
        },
        {
            "start": 824740118,
            "stop": 824740126
        },
        {
            "start": 824740128,
            "stop": 824740196
        },
        {
            "start": 824740198,
            "stop": 824740200
        },
        {
            "start": 824740202,
            "stop": 824740218
        },
        {
            "start": 824740220,
            "stop": 824740229
        },
        {
            "start": 824740231,
            "stop": 824740232
        },
        {
            "start": 824740236,
            "stop": 824740246
        },
        {
            "start": 824740249,
            "stop": 824740252
        },
        {
            "start": 824740254,
            "stop": 824740258
        },
        {
            "start": 824740260,
            "stop": 824740264
        },
        {
            "start": 824740266,
            "stop": 824740271
        },
        {
            "start": 824740273,
            "stop": 824740277
        },
        {
            "start": 824740280,
            "stop": 824740282
        },
        {
            "start": 824740284,
            "stop": 824740285
        },
        {
            "start": 824740287,
            "stop": 824740288
        },
        {
            "start": 824740294,
            "stop": 824740296
        },
        {
            "start": 824740298,
            "stop": 824740301
        }
    ]
}