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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 162,
    "results": [
        {
            "start": 1258573030,
            "stop": 1258573229
        },
        {
            "start": 1258573238,
            "stop": 1258573479
        },
        {
            "start": 1258573482,
            "stop": 1258573516
        },
        {
            "start": 1258573519,
            "stop": 1258573638
        },
        {
            "start": 1258573641,
            "stop": 1258573773
        },
        {
            "start": 1258573776,
            "stop": 1258573970
        },
        {
            "start": 1258573973,
            "stop": 1258573997
        },
        {
            "start": 1258574000,
            "stop": 1258574070
        },
        {
            "start": 1258574076,
            "stop": 1258574078
        },
        {
            "start": 1258574081,
            "stop": 1258574086
        },
        {
            "start": 1258574089,
            "stop": 1258574108
        },
        {
            "start": 1258574114,
            "stop": 1258574401
        },
        {
            "start": 1258574404,
            "stop": 1258574704
        },
        {
            "start": 1258574707,
            "stop": 1258574947
        },
        {
            "start": 1258574950,
            "stop": 1258575076
        },
        {
            "start": 1258575079,
            "stop": 1258575080
        },
        {
            "start": 1258575083,
            "stop": 1258575084
        },
        {
            "start": 1258575087,
            "stop": 1258575088
        },
        {
            "start": 1258575091,
            "stop": 1258575937
        },
        {
            "start": 1258575940,
            "stop": 1258576294
        }
    ]
}