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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=159",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 160,
    "results": [
        {
            "start": 1258567927,
            "stop": 1258567986
        },
        {
            "start": 1258567989,
            "stop": 1258567994
        },
        {
            "start": 1258567997,
            "stop": 1258568001
        },
        {
            "start": 1258568004,
            "stop": 1258568008
        },
        {
            "start": 1258568011,
            "stop": 1258568102
        },
        {
            "start": 1258568105,
            "stop": 1258568106
        },
        {
            "start": 1258568109,
            "stop": 1258568411
        },
        {
            "start": 1258568414,
            "stop": 1258568418
        },
        {
            "start": 1258568424,
            "stop": 1258568446
        },
        {
            "start": 1258568449,
            "stop": 1258568476
        },
        {
            "start": 1258568482,
            "stop": 1258569029
        },
        {
            "start": 1258569032,
            "stop": 1258569037
        },
        {
            "start": 1258569042,
            "stop": 1258569213
        },
        {
            "start": 1258569216,
            "stop": 1258569290
        },
        {
            "start": 1258569293,
            "stop": 1258569350
        },
        {
            "start": 1258569353,
            "stop": 1258569420
        },
        {
            "start": 1258569426,
            "stop": 1258569427
        },
        {
            "start": 1258569430,
            "stop": 1258569580
        },
        {
            "start": 1258569583,
            "stop": 1258569799
        },
        {
            "start": 1258569802,
            "stop": 1258570090
        }
    ]
}