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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=180",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 181,
    "results": [
        {
            "start": 1258848590,
            "stop": 1258850815
        },
        {
            "start": 1258850823,
            "stop": 1258851643
        },
        {
            "start": 1258851646,
            "stop": 1258851671
        },
        {
            "start": 1258851674,
            "stop": 1258856675
        },
        {
            "start": 1258856678,
            "stop": 1258856909
        },
        {
            "start": 1258856912,
            "stop": 1258858955
        },
        {
            "start": 1258858963,
            "stop": 1258859126
        },
        {
            "start": 1258859129,
            "stop": 1258860118
        },
        {
            "start": 1258860125,
            "stop": 1258865365
        },
        {
            "start": 1258865368,
            "stop": 1258866860
        },
        {
            "start": 1258866863,
            "stop": 1258867914
        },
        {
            "start": 1258867917,
            "stop": 1258871660
        },
        {
            "start": 1258871663,
            "stop": 1258871696
        },
        {
            "start": 1258871698,
            "stop": 1258872918
        },
        {
            "start": 1258872921,
            "stop": 1258873506
        },
        {
            "start": 1258873509,
            "stop": 1258874878
        },
        {
            "start": 1258874881,
            "stop": 1258877261
        },
        {
            "start": 1258877264,
            "stop": 1258877367
        },
        {
            "start": 1258877369,
            "stop": 1258877601
        },
        {
            "start": 1258877603,
            "stop": 1258881081
        }
    ]
}