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=317
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=318",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=316",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 317,
    "results": [
        {
            "start": 1264901401,
            "stop": 1264901403
        },
        {
            "start": 1264901404,
            "stop": 1264901451
        },
        {
            "start": 1264901455,
            "stop": 1264901468
        },
        {
            "start": 1264901469,
            "stop": 1264901470
        },
        {
            "start": 1264901471,
            "stop": 1264901473
        },
        {
            "start": 1264901474,
            "stop": 1264901504
        },
        {
            "start": 1264901505,
            "stop": 1264901508
        },
        {
            "start": 1264901510,
            "stop": 1264901514
        },
        {
            "start": 1264901515,
            "stop": 1264901516
        },
        {
            "start": 1264901517,
            "stop": 1264901875
        },
        {
            "start": 1264901876,
            "stop": 1264901883
        },
        {
            "start": 1264901885,
            "stop": 1264902489
        },
        {
            "start": 1264902490,
            "stop": 1264902492
        },
        {
            "start": 1264902493,
            "stop": 1264902497
        },
        {
            "start": 1264902499,
            "stop": 1264902800
        },
        {
            "start": 1264902802,
            "stop": 1264902807
        },
        {
            "start": 1264902808,
            "stop": 1264903235
        },
        {
            "start": 1264903236,
            "stop": 1264903238
        },
        {
            "start": 1264903239,
            "stop": 1264903280
        },
        {
            "start": 1264903283,
            "stop": 1264903294
        }
    ]
}