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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=189",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 190,
    "results": [
        {
            "start": 1258965758,
            "stop": 1258965759
        },
        {
            "start": 1258965760,
            "stop": 1258965763
        },
        {
            "start": 1258965764,
            "stop": 1258965771
        },
        {
            "start": 1258965774,
            "stop": 1258965822
        },
        {
            "start": 1258965825,
            "stop": 1258965892
        },
        {
            "start": 1258965895,
            "stop": 1258966091
        },
        {
            "start": 1258966094,
            "stop": 1258966122
        },
        {
            "start": 1258966125,
            "stop": 1258966127
        },
        {
            "start": 1258966130,
            "stop": 1258966233
        },
        {
            "start": 1258966236,
            "stop": 1258966378
        },
        {
            "start": 1258966381,
            "stop": 1258966407
        },
        {
            "start": 1258966410,
            "stop": 1258966414
        },
        {
            "start": 1258966415,
            "stop": 1258966510
        },
        {
            "start": 1258966511,
            "stop": 1258966519
        },
        {
            "start": 1258966522,
            "stop": 1258966551
        },
        {
            "start": 1258966554,
            "stop": 1258966559
        },
        {
            "start": 1258966562,
            "stop": 1258966585
        },
        {
            "start": 1258966586,
            "stop": 1258966609
        },
        {
            "start": 1258966610,
            "stop": 1258966611
        },
        {
            "start": 1258966613,
            "stop": 1258966642
        }
    ]
}