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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=566",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=564",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 565,
    "results": [
        {
            "start": 1264901398,
            "stop": 1264901400
        },
        {
            "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": 1264902331
        },
        {
            "start": 1264902335,
            "stop": 1264902489
        },
        {
            "start": 1264902490,
            "stop": 1264902492
        },
        {
            "start": 1264902493,
            "stop": 1264902497
        },
        {
            "start": 1264902499,
            "stop": 1264902589
        },
        {
            "start": 1264902593,
            "stop": 1264902800
        },
        {
            "start": 1264902802,
            "stop": 1264902807
        },
        {
            "start": 1264902808,
            "stop": 1264903235
        }
    ]
}