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=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 155,
    "results": [
        {
            "start": 1239533760,
            "stop": 1239534020
        },
        {
            "start": 1239534024,
            "stop": 1239535330
        },
        {
            "start": 1239535331,
            "stop": 1239535920
        },
        {
            "start": 1239535923,
            "stop": 1239537840
        },
        {
            "start": 1239537845,
            "stop": 1239538930
        },
        {
            "start": 1239538931,
            "stop": 1239539278
        },
        {
            "start": 1239539284,
            "stop": 1239540465
        },
        {
            "start": 1239540469,
            "stop": 1239542530
        },
        {
            "start": 1239542531,
            "stop": 1239546130
        },
        {
            "start": 1239546131,
            "stop": 1239547930
        },
        {
            "start": 1239547933,
            "stop": 1239548440
        },
        {
            "start": 1239548444,
            "stop": 1239549306
        },
        {
            "start": 1239549309,
            "stop": 1239549730
        },
        {
            "start": 1239549731,
            "stop": 1239553330
        },
        {
            "start": 1239553331,
            "stop": 1239555850
        },
        {
            "start": 1239555861,
            "stop": 1239556930
        },
        {
            "start": 1239556931,
            "stop": 1239557169
        },
        {
            "start": 1239557171,
            "stop": 1239559840
        },
        {
            "start": 1239559845,
            "stop": 1239560530
        },
        {
            "start": 1239560531,
            "stop": 1239564129
        }
    ]
}