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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=18",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 19,
    "results": [
        {
            "start": 1257036648,
            "stop": 1257036650
        },
        {
            "start": 1257036652,
            "stop": 1257036674
        },
        {
            "start": 1257036675,
            "stop": 1257037145
        },
        {
            "start": 1257037148,
            "stop": 1257037498
        },
        {
            "start": 1257037509,
            "stop": 1257037513
        },
        {
            "start": 1257037515,
            "stop": 1257037517
        },
        {
            "start": 1257037529,
            "stop": 1257037530
        },
        {
            "start": 1257037547,
            "stop": 1257037563
        },
        {
            "start": 1257037581,
            "stop": 1257037605
        },
        {
            "start": 1257037606,
            "stop": 1257037609
        },
        {
            "start": 1257037610,
            "stop": 1257037616
        },
        {
            "start": 1257037617,
            "stop": 1257037621
        },
        {
            "start": 1257037623,
            "stop": 1257037635
        },
        {
            "start": 1257037638,
            "stop": 1257037749
        },
        {
            "start": 1257037751,
            "stop": 1257037823
        },
        {
            "start": 1257037824,
            "stop": 1257038032
        },
        {
            "start": 1257038035,
            "stop": 1257038063
        },
        {
            "start": 1257038064,
            "stop": 1257038067
        },
        {
            "start": 1257038068,
            "stop": 1257038257
        },
        {
            "start": 1257038258,
            "stop": 1257038368
        }
    ]
}