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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=759",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=757",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 758,
    "results": [
        {
            "start": 1268734801,
            "stop": 1268735063
        },
        {
            "start": 1268735066,
            "stop": 1268735734
        },
        {
            "start": 1268735737,
            "stop": 1268736723
        },
        {
            "start": 1268736739,
            "stop": 1268736759
        },
        {
            "start": 1268736761,
            "stop": 1268736762
        },
        {
            "start": 1268736767,
            "stop": 1268736768
        },
        {
            "start": 1268736772,
            "stop": 1268736773
        },
        {
            "start": 1268736778,
            "stop": 1268737086
        },
        {
            "start": 1268737110,
            "stop": 1268737122
        },
        {
            "start": 1268737183,
            "stop": 1268737186
        },
        {
            "start": 1268737189,
            "stop": 1268737196
        },
        {
            "start": 1268737222,
            "stop": 1268737238
        },
        {
            "start": 1268737296,
            "stop": 1268737297
        },
        {
            "start": 1268737304,
            "stop": 1268737306
        },
        {
            "start": 1268737324,
            "stop": 1268737447
        },
        {
            "start": 1268737450,
            "stop": 1268738333
        },
        {
            "start": 1268738336,
            "stop": 1268738543
        },
        {
            "start": 1268738546,
            "stop": 1268740350
        },
        {
            "start": 1268740353,
            "stop": 1268742346
        },
        {
            "start": 1268742349,
            "stop": 1268743448
        }
    ]
}