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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=34",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 35,
    "results": [
        {
            "start": 1244785289,
            "stop": 1244786001
        },
        {
            "start": 1244789305,
            "stop": 1244789448
        },
        {
            "start": 1244791865,
            "stop": 1244796740
        },
        {
            "start": 1244810782,
            "stop": 1244838055
        },
        {
            "start": 1244840240,
            "stop": 1244858945
        },
        {
            "start": 1244860894,
            "stop": 1244866873
        },
        {
            "start": 1244868424,
            "stop": 1244870422
        },
        {
            "start": 1244892161,
            "stop": 1244892278
        },
        {
            "start": 1244893805,
            "stop": 1244894075
        },
        {
            "start": 1244897351,
            "stop": 1244897679
        },
        {
            "start": 1244899964,
            "stop": 1244900842
        },
        {
            "start": 1244911786,
            "stop": 1244914385
        },
        {
            "start": 1244915950,
            "stop": 1244923439
        },
        {
            "start": 1244925314,
            "stop": 1244932021
        },
        {
            "start": 1244933452,
            "stop": 1244940916
        },
        {
            "start": 1244947234,
            "stop": 1244947506
        },
        {
            "start": 1244947507,
            "stop": 1244954283
        },
        {
            "start": 1244957135,
            "stop": 1244961047
        },
        {
            "start": 1244963168,
            "stop": 1244963400
        },
        {
            "start": 1244964537,
            "stop": 1244964883
        }
    ]
}