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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=112",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 113,
    "results": [
        {
            "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": 1264162614
        },
        {
            "start": 1264162616,
            "stop": 1264162618
        },
        {
            "start": 1264162620,
            "stop": 1264162779
        },
        {
            "start": 1264162780,
            "stop": 1264162881
        },
        {
            "start": 1264162883,
            "stop": 1264162897
        },
        {
            "start": 1264162899,
            "stop": 1264162988
        },
        {
            "start": 1264162991,
            "stop": 1264162997
        },
        {
            "start": 1264162999,
            "stop": 1264163058
        },
        {
            "start": 1264163059,
            "stop": 1264163086
        },
        {
            "start": 1264163088,
            "stop": 1264163162
        },
        {
            "start": 1264163165,
            "stop": 1264163185
        },
        {
            "start": 1264163187,
            "stop": 1264163211
        },
        {
            "start": 1264163213,
            "stop": 1264163228
        },
        {
            "start": 1264163230,
            "stop": 1264163264
        }
    ]
}