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=705
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=706",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=704",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 705,
    "results": [
        {
            "start": 1266508502,
            "stop": 1266509109
        },
        {
            "start": 1266509112,
            "stop": 1266512934
        },
        {
            "start": 1266512942,
            "stop": 1266513321
        },
        {
            "start": 1266513322,
            "stop": 1266514767
        },
        {
            "start": 1266514768,
            "stop": 1266514769
        },
        {
            "start": 1266514770,
            "stop": 1266515560
        },
        {
            "start": 1266515561,
            "stop": 1266515564
        },
        {
            "start": 1266515567,
            "stop": 1266515968
        },
        {
            "start": 1266515973,
            "stop": 1266516219
        },
        {
            "start": 1266516222,
            "stop": 1266516223
        },
        {
            "start": 1266516224,
            "stop": 1266516498
        },
        {
            "start": 1266516500,
            "stop": 1266516501
        },
        {
            "start": 1266516504,
            "stop": 1266516558
        },
        {
            "start": 1266516561,
            "stop": 1266518552
        },
        {
            "start": 1266518555,
            "stop": 1266519634
        },
        {
            "start": 1266519637,
            "stop": 1266519640
        },
        {
            "start": 1266519643,
            "stop": 1266519667
        },
        {
            "start": 1266546878,
            "stop": 1266547633
        },
        {
            "start": 1266547636,
            "stop": 1266549386
        },
        {
            "start": 1266549389,
            "stop": 1266550347
        }
    ]
}