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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=71",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 72,
    "results": [
        {
            "start": 1257484014,
            "stop": 1257484453
        },
        {
            "start": 1257484456,
            "stop": 1257484748
        },
        {
            "start": 1257484751,
            "stop": 1257484764
        },
        {
            "start": 1257484767,
            "stop": 1257484830
        },
        {
            "start": 1257484832,
            "stop": 1257484883
        },
        {
            "start": 1257484886,
            "stop": 1257485079
        },
        {
            "start": 1257485082,
            "stop": 1257485350
        },
        {
            "start": 1257485353,
            "stop": 1257485436
        },
        {
            "start": 1257485447,
            "stop": 1257485579
        },
        {
            "start": 1257485582,
            "stop": 1257485607
        },
        {
            "start": 1257485611,
            "stop": 1257485749
        },
        {
            "start": 1257485752,
            "stop": 1257485787
        },
        {
            "start": 1257485789,
            "stop": 1257486319
        },
        {
            "start": 1257486322,
            "stop": 1257486411
        },
        {
            "start": 1257486414,
            "stop": 1257486434
        },
        {
            "start": 1257486437,
            "stop": 1257486619
        },
        {
            "start": 1257486622,
            "stop": 1257487080
        },
        {
            "start": 1257487083,
            "stop": 1257487260
        },
        {
            "start": 1257487263,
            "stop": 1257488051
        },
        {
            "start": 1257488054,
            "stop": 1257488088
        }
    ]
}