Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=569
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=570",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=568",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 569,
    "results": [
        {
            "start": 1186670467,
            "stop": 1186680840
        },
        {
            "start": 1186681080,
            "stop": 1186701565
        },
        {
            "start": 1186701569,
            "stop": 1186703561
        },
        {
            "start": 1186703565,
            "stop": 1186703677
        },
        {
            "start": 1186703680,
            "stop": 1186709610
        },
        {
            "start": 1186709613,
            "stop": 1186716455
        },
        {
            "start": 1186716459,
            "stop": 1186717506
        },
        {
            "start": 1186717509,
            "stop": 1186722432
        },
        {
            "start": 1186722438,
            "stop": 1186723641
        },
        {
            "start": 1186723645,
            "stop": 1186727654
        },
        {
            "start": 1186727657,
            "stop": 1186730559
        },
        {
            "start": 1186730562,
            "stop": 1186744666
        },
        {
            "start": 1186744670,
            "stop": 1186747379
        },
        {
            "start": 1186747383,
            "stop": 1186756971
        },
        {
            "start": 1186756974,
            "stop": 1186756987
        },
        {
            "start": 1186756990,
            "stop": 1186757655
        },
        {
            "start": 1186757659,
            "stop": 1186758679
        },
        {
            "start": 1186758682,
            "stop": 1186761648
        },
        {
            "start": 1186761652,
            "stop": 1186761929
        },
        {
            "start": 1186761932,
            "stop": 1186762023
        }
    ]
}