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=886
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=887",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=885",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 886,
    "results": [
        {
            "start": 1251226436,
            "stop": 1251226467
        },
        {
            "start": 1251226472,
            "stop": 1251226548
        },
        {
            "start": 1251226552,
            "stop": 1251226628
        },
        {
            "start": 1251226633,
            "stop": 1251226876
        },
        {
            "start": 1251226881,
            "stop": 1251226964
        },
        {
            "start": 1251227162,
            "stop": 1251227411
        },
        {
            "start": 1251227419,
            "stop": 1251228327
        },
        {
            "start": 1251228335,
            "stop": 1251228486
        },
        {
            "start": 1251228491,
            "stop": 1251228860
        },
        {
            "start": 1251228864,
            "stop": 1251228867
        },
        {
            "start": 1251228871,
            "stop": 1251229031
        },
        {
            "start": 1251229035,
            "stop": 1251229065
        },
        {
            "start": 1251229069,
            "stop": 1251229541
        },
        {
            "start": 1251229546,
            "stop": 1251229572
        },
        {
            "start": 1251229580,
            "stop": 1251230048
        },
        {
            "start": 1251230053,
            "stop": 1251230713
        },
        {
            "start": 1251230717,
            "stop": 1251230883
        },
        {
            "start": 1251230887,
            "stop": 1251230911
        },
        {
            "start": 1251230915,
            "stop": 1251231058
        },
        {
            "start": 1251231062,
            "stop": 1251231089
        }
    ]
}