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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=24",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 25,
    "results": [
        {
            "start": 1258627854,
            "stop": 1258628830
        },
        {
            "start": 1258630061,
            "stop": 1258638501
        },
        {
            "start": 1258638950,
            "stop": 1258645622
        },
        {
            "start": 1258645742,
            "stop": 1258659376
        },
        {
            "start": 1258659496,
            "stop": 1258673290
        },
        {
            "start": 1258673410,
            "stop": 1258691669
        },
        {
            "start": 1258691789,
            "stop": 1258704961
        },
        {
            "start": 1258704969,
            "stop": 1258707578
        },
        {
            "start": 1258720902,
            "stop": 1258721710
        },
        {
            "start": 1258727778,
            "stop": 1258728091
        },
        {
            "start": 1258728107,
            "stop": 1258730723
        },
        {
            "start": 1258730861,
            "stop": 1258733226
        },
        {
            "start": 1258733346,
            "stop": 1258740851
        },
        {
            "start": 1258740971,
            "stop": 1258745330
        },
        {
            "start": 1258746416,
            "stop": 1258772176
        },
        {
            "start": 1258807661,
            "stop": 1258826687
        },
        {
            "start": 1258831139,
            "stop": 1258856286
        },
        {
            "start": 1258857537,
            "stop": 1258875065
        },
        {
            "start": 1258875073,
            "stop": 1258875078
        },
        {
            "start": 1258881970,
            "stop": 1258882406
        }
    ]
}