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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=295",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 296,
    "results": [
        {
            "start": 1240159267,
            "stop": 1240159385
        },
        {
            "start": 1240159387,
            "stop": 1240159505
        },
        {
            "start": 1240159507,
            "stop": 1240159625
        },
        {
            "start": 1240159627,
            "stop": 1240159745
        },
        {
            "start": 1240159747,
            "stop": 1240159865
        },
        {
            "start": 1240159867,
            "stop": 1240159985
        },
        {
            "start": 1240159987,
            "stop": 1240160105
        },
        {
            "start": 1240160107,
            "stop": 1240160221
        },
        {
            "start": 1240160227,
            "stop": 1240160345
        },
        {
            "start": 1240160347,
            "stop": 1240160465
        },
        {
            "start": 1240160467,
            "stop": 1240160585
        },
        {
            "start": 1240160587,
            "stop": 1240160705
        },
        {
            "start": 1240160707,
            "stop": 1240160825
        },
        {
            "start": 1240160827,
            "stop": 1240160945
        },
        {
            "start": 1240160947,
            "stop": 1240161065
        },
        {
            "start": 1240161067,
            "stop": 1240161185
        },
        {
            "start": 1240161187,
            "stop": 1240161305
        },
        {
            "start": 1240161307,
            "stop": 1240161425
        },
        {
            "start": 1240161427,
            "stop": 1240161545
        },
        {
            "start": 1240161547,
            "stop": 1240161665
        }
    ]
}