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=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=229",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 230,
    "results": [
        {
            "start": 1239950711,
            "stop": 1239950830
        },
        {
            "start": 1239950831,
            "stop": 1239950950
        },
        {
            "start": 1239950951,
            "stop": 1239951070
        },
        {
            "start": 1239951071,
            "stop": 1239951190
        },
        {
            "start": 1239951191,
            "stop": 1239951310
        },
        {
            "start": 1239951311,
            "stop": 1239951427
        },
        {
            "start": 1239951428,
            "stop": 1239951550
        },
        {
            "start": 1239951551,
            "stop": 1239951670
        },
        {
            "start": 1239951671,
            "stop": 1239951790
        },
        {
            "start": 1239951791,
            "stop": 1239951910
        },
        {
            "start": 1239951911,
            "stop": 1239952030
        },
        {
            "start": 1239952031,
            "stop": 1239952150
        },
        {
            "start": 1239952151,
            "stop": 1239952270
        },
        {
            "start": 1239952271,
            "stop": 1239952390
        },
        {
            "start": 1239952391,
            "stop": 1239952510
        },
        {
            "start": 1239952511,
            "stop": 1239952630
        },
        {
            "start": 1239952631,
            "stop": 1239952750
        },
        {
            "start": 1239952751,
            "stop": 1239952870
        },
        {
            "start": 1239952871,
            "stop": 1239952941
        },
        {
            "start": 1239952945,
            "stop": 1239952990
        }
    ]
}