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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=61",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 62,
    "results": [
        {
            "start": 1257456477,
            "stop": 1257456509
        },
        {
            "start": 1257456512,
            "stop": 1257456594
        },
        {
            "start": 1257456597,
            "stop": 1257456855
        },
        {
            "start": 1257456858,
            "stop": 1257456880
        },
        {
            "start": 1257456883,
            "stop": 1257457018
        },
        {
            "start": 1257457021,
            "stop": 1257457177
        },
        {
            "start": 1257457180,
            "stop": 1257457393
        },
        {
            "start": 1257457396,
            "stop": 1257457492
        },
        {
            "start": 1257457495,
            "stop": 1257457504
        },
        {
            "start": 1257457507,
            "stop": 1257457543
        },
        {
            "start": 1257457546,
            "stop": 1257457566
        },
        {
            "start": 1257457567,
            "stop": 1257457660
        },
        {
            "start": 1257457663,
            "stop": 1257457969
        },
        {
            "start": 1257457972,
            "stop": 1257457998
        },
        {
            "start": 1257458001,
            "stop": 1257458027
        },
        {
            "start": 1257458030,
            "stop": 1257458104
        },
        {
            "start": 1257458107,
            "stop": 1257458128
        },
        {
            "start": 1257458131,
            "stop": 1257458150
        },
        {
            "start": 1257458153,
            "stop": 1257458164
        },
        {
            "start": 1257458167,
            "stop": 1257458213
        }
    ]
}