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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=52",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 53,
    "results": [
        {
            "start": 1171234335,
            "stop": 1171238781
        },
        {
            "start": 1171238785,
            "stop": 1171266067
        },
        {
            "start": 1171266071,
            "stop": 1171281623
        },
        {
            "start": 1171281627,
            "stop": 1171284208
        },
        {
            "start": 1171290228,
            "stop": 1171300021
        },
        {
            "start": 1171300024,
            "stop": 1171300944
        },
        {
            "start": 1171314513,
            "stop": 1171314595
        },
        {
            "start": 1171324465,
            "stop": 1171330276
        },
        {
            "start": 1171331873,
            "stop": 1171333525
        },
        {
            "start": 1171333528,
            "stop": 1171334096
        },
        {
            "start": 1171334100,
            "stop": 1171338151
        },
        {
            "start": 1171338155,
            "stop": 1171340443
        },
        {
            "start": 1171340447,
            "stop": 1171349196
        },
        {
            "start": 1171349200,
            "stop": 1171360621
        },
        {
            "start": 1171360625,
            "stop": 1171366928
        },
        {
            "start": 1171366932,
            "stop": 1171375015
        },
        {
            "start": 1171375019,
            "stop": 1171375089
        },
        {
            "start": 1171375092,
            "stop": 1171377282
        },
        {
            "start": 1171377286,
            "stop": 1171392584
        },
        {
            "start": 1171394973,
            "stop": 1171394996
        }
    ]
}