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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=346",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 347,
    "results": [
        {
            "start": 1264162051,
            "stop": 1264162058
        },
        {
            "start": 1264162060,
            "stop": 1264162075
        },
        {
            "start": 1264162077,
            "stop": 1264162078
        },
        {
            "start": 1264162080,
            "stop": 1264162083
        },
        {
            "start": 1264162085,
            "stop": 1264162093
        },
        {
            "start": 1264162095,
            "stop": 1264162100
        },
        {
            "start": 1264162103,
            "stop": 1264162106
        },
        {
            "start": 1264162109,
            "stop": 1264162110
        },
        {
            "start": 1264162112,
            "stop": 1264162114
        },
        {
            "start": 1264162116,
            "stop": 1264162340
        },
        {
            "start": 1264162342,
            "stop": 1264162347
        },
        {
            "start": 1264162351,
            "stop": 1264162434
        },
        {
            "start": 1264162436,
            "stop": 1264162438
        },
        {
            "start": 1264162439,
            "stop": 1264162579
        },
        {
            "start": 1264162580,
            "stop": 1264162583
        },
        {
            "start": 1264162584,
            "stop": 1264162605
        },
        {
            "start": 1264162610,
            "stop": 1264162614
        },
        {
            "start": 1264162616,
            "stop": 1264162618
        },
        {
            "start": 1264162620,
            "stop": 1264162779
        },
        {
            "start": 1264162780,
            "stop": 1264162881
        }
    ]
}