Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=329
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=328",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 329,
    "results": [
        {
            "start": 1264931139,
            "stop": 1264931142
        },
        {
            "start": 1264931143,
            "stop": 1264931170
        },
        {
            "start": 1264931172,
            "stop": 1264931195
        },
        {
            "start": 1264931197,
            "stop": 1264931228
        },
        {
            "start": 1264931229,
            "stop": 1264931233
        },
        {
            "start": 1264931234,
            "stop": 1264931235
        },
        {
            "start": 1264931236,
            "stop": 1264931237
        },
        {
            "start": 1264931240,
            "stop": 1264931249
        },
        {
            "start": 1264931251,
            "stop": 1264931252
        },
        {
            "start": 1264931253,
            "stop": 1264931255
        },
        {
            "start": 1264931256,
            "stop": 1264931262
        },
        {
            "start": 1264931263,
            "stop": 1264931265
        },
        {
            "start": 1264931267,
            "stop": 1264931272
        },
        {
            "start": 1264931274,
            "stop": 1264931315
        },
        {
            "start": 1264931316,
            "stop": 1264931336
        },
        {
            "start": 1264931337,
            "stop": 1264931349
        },
        {
            "start": 1264931357,
            "stop": 1264931362
        },
        {
            "start": 1264931363,
            "stop": 1264932455
        },
        {
            "start": 1264932456,
            "stop": 1264932459
        },
        {
            "start": 1264932461,
            "stop": 1264932501
        }
    ]
}