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/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=4",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 5,
    "results": [
        {
            "start": 1238185077,
            "stop": 1238185087
        },
        {
            "start": 1238185090,
            "stop": 1238185093
        },
        {
            "start": 1238185096,
            "stop": 1238185108
        },
        {
            "start": 1238185111,
            "stop": 1238185163
        },
        {
            "start": 1238185164,
            "stop": 1238185166
        },
        {
            "start": 1238185168,
            "stop": 1238185279
        },
        {
            "start": 1238185280,
            "stop": 1238185282
        },
        {
            "start": 1238185283,
            "stop": 1238185610
        },
        {
            "start": 1238185613,
            "stop": 1238186092
        },
        {
            "start": 1238186094,
            "stop": 1238186896
        },
        {
            "start": 1238186897,
            "stop": 1238188006
        },
        {
            "start": 1238188009,
            "stop": 1238188566
        },
        {
            "start": 1238188569,
            "stop": 1238189536
        },
        {
            "start": 1238189544,
            "stop": 1238190226
        },
        {
            "start": 1238190229,
            "stop": 1238190436
        },
        {
            "start": 1238190437,
            "stop": 1238191874
        },
        {
            "start": 1238191875,
            "stop": 1238193292
        },
        {
            "start": 1238193295,
            "stop": 1238194152
        },
        {
            "start": 1238194155,
            "stop": 1238195347
        },
        {
            "start": 1238195350,
            "stop": 1238196793
        }
    ]
}