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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=135",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 136,
    "results": [
        {
            "start": 1239162270,
            "stop": 1239162280
        },
        {
            "start": 1239162288,
            "stop": 1239162412
        },
        {
            "start": 1239162417,
            "stop": 1239162467
        },
        {
            "start": 1239162472,
            "stop": 1239162525
        },
        {
            "start": 1239162529,
            "stop": 1239162592
        },
        {
            "start": 1239162596,
            "stop": 1239162638
        },
        {
            "start": 1239162643,
            "stop": 1239162915
        },
        {
            "start": 1239162919,
            "stop": 1239162923
        },
        {
            "start": 1239162931,
            "stop": 1239163286
        },
        {
            "start": 1239163294,
            "stop": 1239163354
        },
        {
            "start": 1239163357,
            "stop": 1239163372
        },
        {
            "start": 1239163379,
            "stop": 1239163829
        },
        {
            "start": 1239163834,
            "stop": 1239164005
        },
        {
            "start": 1239164013,
            "stop": 1239164070
        },
        {
            "start": 1239164075,
            "stop": 1239164133
        },
        {
            "start": 1239164138,
            "stop": 1239164490
        },
        {
            "start": 1239164495,
            "stop": 1239164610
        },
        {
            "start": 1239164614,
            "stop": 1239164627
        },
        {
            "start": 1239164632,
            "stop": 1239164680
        },
        {
            "start": 1239164685,
            "stop": 1239164894
        }
    ]
}