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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=288",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 289,
    "results": [
        {
            "start": 1245724981,
            "stop": 1245725053
        },
        {
            "start": 1245725054,
            "stop": 1245725123
        },
        {
            "start": 1245725124,
            "stop": 1245725186
        },
        {
            "start": 1245725189,
            "stop": 1245725190
        },
        {
            "start": 1245725201,
            "stop": 1245725219
        },
        {
            "start": 1245725220,
            "stop": 1245725224
        },
        {
            "start": 1245725227,
            "stop": 1245725229
        },
        {
            "start": 1245725231,
            "stop": 1245725339
        },
        {
            "start": 1245725340,
            "stop": 1245725341
        },
        {
            "start": 1245725342,
            "stop": 1245725345
        },
        {
            "start": 1245725346,
            "stop": 1245725625
        },
        {
            "start": 1245725626,
            "stop": 1245725774
        },
        {
            "start": 1245725776,
            "stop": 1245726155
        },
        {
            "start": 1245726156,
            "stop": 1245726255
        },
        {
            "start": 1245726258,
            "stop": 1245726260
        },
        {
            "start": 1245726261,
            "stop": 1245726267
        },
        {
            "start": 1245726269,
            "stop": 1245729629
        },
        {
            "start": 1245729630,
            "stop": 1245737251
        },
        {
            "start": 1245737252,
            "stop": 1245742084
        },
        {
            "start": 1245742086,
            "stop": 1245758589
        }
    ]
}