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=714
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=715",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=713",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 714,
    "results": [
        {
            "start": 1266824921,
            "stop": 1266825191
        },
        {
            "start": 1266825194,
            "stop": 1266825318
        },
        {
            "start": 1266825321,
            "stop": 1266828421
        },
        {
            "start": 1266828429,
            "stop": 1266829472
        },
        {
            "start": 1266829475,
            "stop": 1266830031
        },
        {
            "start": 1266830039,
            "stop": 1266832706
        },
        {
            "start": 1266832709,
            "stop": 1266834509
        },
        {
            "start": 1266834512,
            "stop": 1266835674
        },
        {
            "start": 1266835676,
            "stop": 1266837777
        },
        {
            "start": 1266837872,
            "stop": 1266838002
        },
        {
            "start": 1266838005,
            "stop": 1266840937
        },
        {
            "start": 1266840940,
            "stop": 1266841177
        },
        {
            "start": 1266841179,
            "stop": 1266842812
        },
        {
            "start": 1266842815,
            "stop": 1266842917
        },
        {
            "start": 1266842920,
            "stop": 1266843115
        },
        {
            "start": 1266843118,
            "stop": 1266845784
        },
        {
            "start": 1266845786,
            "stop": 1266846623
        },
        {
            "start": 1266846626,
            "stop": 1266849418
        },
        {
            "start": 1266849426,
            "stop": 1266852510
        },
        {
            "start": 1266852518,
            "stop": 1266854383
        }
    ]
}