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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=545",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=543",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 544,
    "results": [
        {
            "start": 1262807082,
            "stop": 1262807087
        },
        {
            "start": 1262807090,
            "stop": 1262807137
        },
        {
            "start": 1262807140,
            "stop": 1262807186
        },
        {
            "start": 1262807189,
            "stop": 1262807195
        },
        {
            "start": 1262807198,
            "stop": 1262807208
        },
        {
            "start": 1262807211,
            "stop": 1262807227
        },
        {
            "start": 1262807230,
            "stop": 1262807264
        },
        {
            "start": 1262807267,
            "stop": 1262807273
        },
        {
            "start": 1262807276,
            "stop": 1262807290
        },
        {
            "start": 1262807293,
            "stop": 1262807304
        },
        {
            "start": 1262807307,
            "stop": 1262807310
        },
        {
            "start": 1262807313,
            "stop": 1262807326
        },
        {
            "start": 1262807329,
            "stop": 1262807350
        },
        {
            "start": 1262807353,
            "stop": 1262807366
        },
        {
            "start": 1262807369,
            "stop": 1262807370
        },
        {
            "start": 1262807373,
            "stop": 1262807381
        },
        {
            "start": 1262807384,
            "stop": 1262807399
        },
        {
            "start": 1262807402,
            "stop": 1262807419
        },
        {
            "start": 1262807422,
            "stop": 1262807436
        },
        {
            "start": 1262807439,
            "stop": 1262807449
        }
    ]
}