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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=134",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 135,
    "results": [
        {
            "start": 1258122930,
            "stop": 1258124011
        },
        {
            "start": 1258124014,
            "stop": 1258124215
        },
        {
            "start": 1258124218,
            "stop": 1258125623
        },
        {
            "start": 1258125626,
            "stop": 1258126524
        },
        {
            "start": 1258126527,
            "stop": 1258126756
        },
        {
            "start": 1258126759,
            "stop": 1258126896
        },
        {
            "start": 1258126899,
            "stop": 1258126906
        },
        {
            "start": 1258126909,
            "stop": 1258129758
        },
        {
            "start": 1258129761,
            "stop": 1258132472
        },
        {
            "start": 1258132475,
            "stop": 1258134004
        },
        {
            "start": 1258134007,
            "stop": 1258134625
        },
        {
            "start": 1258134628,
            "stop": 1258134835
        },
        {
            "start": 1258134838,
            "stop": 1258136764
        },
        {
            "start": 1258136767,
            "stop": 1258138278
        },
        {
            "start": 1258138280,
            "stop": 1258138610
        },
        {
            "start": 1258138612,
            "stop": 1258138897
        },
        {
            "start": 1258138905,
            "stop": 1258139453
        },
        {
            "start": 1258139455,
            "stop": 1258140297
        },
        {
            "start": 1258140299,
            "stop": 1258140427
        },
        {
            "start": 1258153039,
            "stop": 1258153388
        }
    ]
}