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=692
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=693",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=691",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 692,
    "results": [
        {
            "start": 1265886046,
            "stop": 1265886047
        },
        {
            "start": 1265886049,
            "stop": 1265886051
        },
        {
            "start": 1265886054,
            "stop": 1265886319
        },
        {
            "start": 1265886327,
            "stop": 1265889209
        },
        {
            "start": 1265889211,
            "stop": 1265893466
        },
        {
            "start": 1265893469,
            "stop": 1265894981
        },
        {
            "start": 1265894984,
            "stop": 1265895669
        },
        {
            "start": 1265895677,
            "stop": 1265897466
        },
        {
            "start": 1265897468,
            "stop": 1265899431
        },
        {
            "start": 1265899439,
            "stop": 1265899568
        },
        {
            "start": 1265899571,
            "stop": 1265903204
        },
        {
            "start": 1265903212,
            "stop": 1265903918
        },
        {
            "start": 1265903921,
            "stop": 1265904139
        },
        {
            "start": 1265904141,
            "stop": 1265905436
        },
        {
            "start": 1265905439,
            "stop": 1265906603
        },
        {
            "start": 1265906606,
            "stop": 1265912965
        },
        {
            "start": 1265912968,
            "stop": 1265914631
        },
        {
            "start": 1265914634,
            "stop": 1265916043
        },
        {
            "start": 1265916046,
            "stop": 1265920301
        },
        {
            "start": 1265920303,
            "stop": 1265920940
        }
    ]
}