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/O1/timelines/H1_BURST_CAT2/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/O1/timelines/H1_BURST_CAT2/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=157",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 158,
    "results": [
        {
            "start": 1135054632,
            "stop": 1135054633
        },
        {
            "start": 1135054646,
            "stop": 1135054647
        },
        {
            "start": 1135054666,
            "stop": 1135054667
        },
        {
            "start": 1135054673,
            "stop": 1135054674
        },
        {
            "start": 1135054680,
            "stop": 1135054681
        },
        {
            "start": 1135054685,
            "stop": 1135054689
        },
        {
            "start": 1135054695,
            "stop": 1135054696
        },
        {
            "start": 1135054716,
            "stop": 1135054718
        },
        {
            "start": 1135054724,
            "stop": 1135054725
        },
        {
            "start": 1135054728,
            "stop": 1135054729
        },
        {
            "start": 1135054742,
            "stop": 1135054749
        },
        {
            "start": 1135054752,
            "stop": 1135054755
        },
        {
            "start": 1135054758,
            "stop": 1135054763
        },
        {
            "start": 1135054767,
            "stop": 1135054772
        },
        {
            "start": 1135054775,
            "stop": 1135054783
        },
        {
            "start": 1135054786,
            "stop": 1135054787
        },
        {
            "start": 1135054790,
            "stop": 1135054793
        },
        {
            "start": 1135054796,
            "stop": 1135054799
        },
        {
            "start": 1135054802,
            "stop": 1135054822
        },
        {
            "start": 1135054825,
            "stop": 1135054833
        }
    ]
}