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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=291",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 292,
    "results": [
        {
            "start": 1240150347,
            "stop": 1240150386
        },
        {
            "start": 1240150387,
            "stop": 1240150444
        },
        {
            "start": 1240150448,
            "stop": 1240150506
        },
        {
            "start": 1240150507,
            "stop": 1240150626
        },
        {
            "start": 1240150627,
            "stop": 1240150746
        },
        {
            "start": 1240150747,
            "stop": 1240150866
        },
        {
            "start": 1240150867,
            "stop": 1240150986
        },
        {
            "start": 1240150987,
            "stop": 1240151106
        },
        {
            "start": 1240151107,
            "stop": 1240151226
        },
        {
            "start": 1240151227,
            "stop": 1240151346
        },
        {
            "start": 1240151347,
            "stop": 1240151466
        },
        {
            "start": 1240151467,
            "stop": 1240151586
        },
        {
            "start": 1240151587,
            "stop": 1240151706
        },
        {
            "start": 1240151707,
            "stop": 1240151826
        },
        {
            "start": 1240151827,
            "stop": 1240151946
        },
        {
            "start": 1240151947,
            "stop": 1240152066
        },
        {
            "start": 1240152067,
            "stop": 1240152186
        },
        {
            "start": 1240152187,
            "stop": 1240152306
        },
        {
            "start": 1240152307,
            "stop": 1240152426
        },
        {
            "start": 1240152427,
            "stop": 1240152546
        }
    ]
}