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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=241",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 242,
    "results": [
        {
            "start": 1264403000,
            "stop": 1264403002
        },
        {
            "start": 1264403003,
            "stop": 1264403015
        },
        {
            "start": 1264403018,
            "stop": 1264403063
        },
        {
            "start": 1264403066,
            "stop": 1264403072
        },
        {
            "start": 1264403075,
            "stop": 1264403079
        },
        {
            "start": 1264403083,
            "stop": 1264403194
        },
        {
            "start": 1264403195,
            "stop": 1264403202
        },
        {
            "start": 1264403203,
            "stop": 1264403204
        },
        {
            "start": 1264403206,
            "stop": 1264403208
        },
        {
            "start": 1264403212,
            "stop": 1264403223
        },
        {
            "start": 1264403225,
            "stop": 1264403226
        },
        {
            "start": 1264403229,
            "stop": 1264403279
        },
        {
            "start": 1264403281,
            "stop": 1264403327
        },
        {
            "start": 1264403329,
            "stop": 1264403333
        },
        {
            "start": 1264403334,
            "stop": 1264403340
        },
        {
            "start": 1264403343,
            "stop": 1264403352
        },
        {
            "start": 1264403353,
            "stop": 1264403430
        },
        {
            "start": 1264403432,
            "stop": 1264403443
        },
        {
            "start": 1264403445,
            "stop": 1264403446
        },
        {
            "start": 1264403448,
            "stop": 1264403451
        }
    ]
}