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=391
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=392",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=390",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 391,
    "results": [
        {
            "start": 1266796851,
            "stop": 1266806995
        },
        {
            "start": 1266821620,
            "stop": 1266824931
        },
        {
            "start": 1266825099,
            "stop": 1266828196
        },
        {
            "start": 1266832906,
            "stop": 1266849620
        },
        {
            "start": 1266849621,
            "stop": 1266849623
        },
        {
            "start": 1266849624,
            "stop": 1266849745
        },
        {
            "start": 1266849746,
            "stop": 1266849849
        },
        {
            "start": 1266849850,
            "stop": 1266849854
        },
        {
            "start": 1266849855,
            "stop": 1266853397
        },
        {
            "start": 1266853398,
            "stop": 1266853408
        },
        {
            "start": 1266853409,
            "stop": 1266853663
        },
        {
            "start": 1266853664,
            "stop": 1266857564
        },
        {
            "start": 1266857565,
            "stop": 1266861017
        },
        {
            "start": 1266861018,
            "stop": 1266868240
        },
        {
            "start": 1266884413,
            "stop": 1266886814
        },
        {
            "start": 1266886815,
            "stop": 1266886819
        },
        {
            "start": 1266886820,
            "stop": 1266886821
        },
        {
            "start": 1266886823,
            "stop": 1266886906
        },
        {
            "start": 1266886907,
            "stop": 1266886910
        },
        {
            "start": 1266886911,
            "stop": 1266887295
        }
    ]
}