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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=294",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 295,
    "results": [
        {
            "start": 1240156987,
            "stop": 1240157106
        },
        {
            "start": 1240157107,
            "stop": 1240157226
        },
        {
            "start": 1240157227,
            "stop": 1240157345
        },
        {
            "start": 1240157347,
            "stop": 1240157465
        },
        {
            "start": 1240157467,
            "stop": 1240157585
        },
        {
            "start": 1240157587,
            "stop": 1240157705
        },
        {
            "start": 1240157707,
            "stop": 1240157825
        },
        {
            "start": 1240157827,
            "stop": 1240157945
        },
        {
            "start": 1240157947,
            "stop": 1240158065
        },
        {
            "start": 1240158067,
            "stop": 1240158185
        },
        {
            "start": 1240158187,
            "stop": 1240158305
        },
        {
            "start": 1240158307,
            "stop": 1240158425
        },
        {
            "start": 1240158427,
            "stop": 1240158545
        },
        {
            "start": 1240158547,
            "stop": 1240158665
        },
        {
            "start": 1240158667,
            "stop": 1240158785
        },
        {
            "start": 1240158787,
            "stop": 1240158905
        },
        {
            "start": 1240158907,
            "stop": 1240159025
        },
        {
            "start": 1240159027,
            "stop": 1240159145
        },
        {
            "start": 1240159147,
            "stop": 1240159166
        },
        {
            "start": 1240159170,
            "stop": 1240159265
        }
    ]
}