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/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=158
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 158,
    "results": [
        {
            "start": 1382382141,
            "stop": 1382384258
        },
        {
            "start": 1382384263,
            "stop": 1382386157
        },
        {
            "start": 1382386162,
            "stop": 1382388022
        },
        {
            "start": 1382388027,
            "stop": 1382389189
        },
        {
            "start": 1382389194,
            "stop": 1382390885
        },
        {
            "start": 1382390890,
            "stop": 1382391582
        },
        {
            "start": 1382391587,
            "stop": 1382392881
        },
        {
            "start": 1382392886,
            "stop": 1382397334
        },
        {
            "start": 1382397337,
            "stop": 1382413666
        },
        {
            "start": 1382413671,
            "stop": 1382415391
        },
        {
            "start": 1382415396,
            "stop": 1382418709
        },
        {
            "start": 1382418714,
            "stop": 1382425349
        },
        {
            "start": 1382425352,
            "stop": 1382431333
        },
        {
            "start": 1382431338,
            "stop": 1382432313
        },
        {
            "start": 1382432318,
            "stop": 1382439309
        },
        {
            "start": 1382439314,
            "stop": 1382446763
        },
        {
            "start": 1382446768,
            "stop": 1382447646
        },
        {
            "start": 1382447649,
            "stop": 1382454737
        },
        {
            "start": 1382454745,
            "stop": 1382455577
        },
        {
            "start": 1382455582,
            "stop": 1382456443
        }
    ]
}