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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 149,
    "results": [
        {
            "start": 1258441722,
            "stop": 1258444242
        },
        {
            "start": 1258444244,
            "stop": 1258444248
        },
        {
            "start": 1258444256,
            "stop": 1258444748
        },
        {
            "start": 1258444751,
            "stop": 1258444761
        },
        {
            "start": 1258444764,
            "stop": 1258445424
        },
        {
            "start": 1258445427,
            "stop": 1258450279
        },
        {
            "start": 1258450287,
            "stop": 1258450762
        },
        {
            "start": 1258450765,
            "stop": 1258453445
        },
        {
            "start": 1258453448,
            "stop": 1258453478
        },
        {
            "start": 1258453481,
            "stop": 1258454088
        },
        {
            "start": 1258454091,
            "stop": 1258454523
        },
        {
            "start": 1258454526,
            "stop": 1258456097
        },
        {
            "start": 1258456099,
            "stop": 1258456368
        },
        {
            "start": 1258456376,
            "stop": 1258457400
        },
        {
            "start": 1258457403,
            "stop": 1258457761
        },
        {
            "start": 1258457764,
            "stop": 1258458053
        },
        {
            "start": 1258458056,
            "stop": 1258458524
        },
        {
            "start": 1258458527,
            "stop": 1258461610
        },
        {
            "start": 1258461618,
            "stop": 1258461689
        },
        {
            "start": 1258461692,
            "stop": 1258462026
        }
    ]
}