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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=250",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 251,
    "results": [
        {
            "start": 1240018570,
            "stop": 1240018688
        },
        {
            "start": 1240018690,
            "stop": 1240018808
        },
        {
            "start": 1240018810,
            "stop": 1240018928
        },
        {
            "start": 1240018930,
            "stop": 1240019028
        },
        {
            "start": 1240019030,
            "stop": 1240019168
        },
        {
            "start": 1240019170,
            "stop": 1240019288
        },
        {
            "start": 1240019290,
            "stop": 1240019408
        },
        {
            "start": 1240019410,
            "stop": 1240019528
        },
        {
            "start": 1240019530,
            "stop": 1240019600
        },
        {
            "start": 1240019604,
            "stop": 1240019608
        },
        {
            "start": 1240019613,
            "stop": 1240019648
        },
        {
            "start": 1240019650,
            "stop": 1240019768
        },
        {
            "start": 1240019770,
            "stop": 1240019888
        },
        {
            "start": 1240019890,
            "stop": 1240020008
        },
        {
            "start": 1240020010,
            "stop": 1240020128
        },
        {
            "start": 1240020130,
            "stop": 1240020248
        },
        {
            "start": 1240020250,
            "stop": 1240020368
        },
        {
            "start": 1240020370,
            "stop": 1240020488
        },
        {
            "start": 1240020490,
            "stop": 1240020608
        },
        {
            "start": 1240020610,
            "stop": 1240020728
        }
    ]
}