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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=284",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 285,
    "results": [
        {
            "start": 1240135403,
            "stop": 1240135444
        },
        {
            "start": 1240135448,
            "stop": 1240135506
        },
        {
            "start": 1240135507,
            "stop": 1240135626
        },
        {
            "start": 1240135627,
            "stop": 1240135746
        },
        {
            "start": 1240135747,
            "stop": 1240135763
        },
        {
            "start": 1240135766,
            "stop": 1240135781
        },
        {
            "start": 1240135785,
            "stop": 1240135797
        },
        {
            "start": 1240135801,
            "stop": 1240135832
        },
        {
            "start": 1240135835,
            "stop": 1240135866
        },
        {
            "start": 1240135867,
            "stop": 1240135986
        },
        {
            "start": 1240135987,
            "stop": 1240136106
        },
        {
            "start": 1240136107,
            "stop": 1240136226
        },
        {
            "start": 1240136227,
            "stop": 1240136346
        },
        {
            "start": 1240136347,
            "stop": 1240136466
        },
        {
            "start": 1240136467,
            "stop": 1240136538
        },
        {
            "start": 1240136543,
            "stop": 1240136586
        },
        {
            "start": 1240136587,
            "stop": 1240136706
        },
        {
            "start": 1240136707,
            "stop": 1240136826
        },
        {
            "start": 1240136827,
            "stop": 1240136946
        },
        {
            "start": 1240136947,
            "stop": 1240137066
        }
    ]
}