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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40637",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40635",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40636,
    "results": [
        {
            "start": 874911292,
            "stop": 874911298
        },
        {
            "start": 874911299,
            "stop": 874911311
        },
        {
            "start": 874911313,
            "stop": 874911334
        },
        {
            "start": 874911336,
            "stop": 874911338
        },
        {
            "start": 874911339,
            "stop": 874911354
        },
        {
            "start": 874911356,
            "stop": 874911367
        },
        {
            "start": 874911368,
            "stop": 874911411
        },
        {
            "start": 874911412,
            "stop": 874911431
        },
        {
            "start": 874911432,
            "stop": 874911436
        },
        {
            "start": 874911437,
            "stop": 874911446
        },
        {
            "start": 874911447,
            "stop": 874911464
        },
        {
            "start": 874911466,
            "stop": 874911535
        },
        {
            "start": 874911537,
            "stop": 874911551
        },
        {
            "start": 874911552,
            "stop": 874911621
        },
        {
            "start": 874911622,
            "stop": 874911635
        },
        {
            "start": 874911636,
            "stop": 874911644
        },
        {
            "start": 874911647,
            "stop": 874911736
        },
        {
            "start": 874911738,
            "stop": 874911773
        },
        {
            "start": 874911774,
            "stop": 874911783
        },
        {
            "start": 874911785,
            "stop": 874911792
        }
    ]
}