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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_NO_BURST_HW_INJ/segments?format=api&page=2",
    "previous": null,
    "results_count": 34,
    "results_per_page": 20,
    "num_pages": 2,
    "page_number": 1,
    "results": [
        {
            "start": 1126051217,
            "stop": 1126223770
        },
        {
            "start": 1126223772,
            "stop": 1126223836
        },
        {
            "start": 1126223838,
            "stop": 1126223930
        },
        {
            "start": 1126223932,
            "stop": 1126224034
        },
        {
            "start": 1126224036,
            "stop": 1126224114
        },
        {
            "start": 1126224116,
            "stop": 1126270499
        },
        {
            "start": 1126270501,
            "stop": 1126280499
        },
        {
            "start": 1126280502,
            "stop": 1126300499
        },
        {
            "start": 1126300501,
            "stop": 1126310499
        },
        {
            "start": 1126310501,
            "stop": 1126916005
        },
        {
            "start": 1126916007,
            "stop": 1126916394
        },
        {
            "start": 1126916396,
            "stop": 1126916649
        },
        {
            "start": 1126916651,
            "stop": 1126916962
        },
        {
            "start": 1126916964,
            "stop": 1126917729
        },
        {
            "start": 1126917731,
            "stop": 1127074640
        },
        {
            "start": 1127074642,
            "stop": 1127074773
        },
        {
            "start": 1127074775,
            "stop": 1129404545
        },
        {
            "start": 1129404546,
            "stop": 1129673117
        },
        {
            "start": 1129673718,
            "stop": 1134581196
        },
        {
            "start": 1134581198,
            "stop": 1136953817
        }
    ]
}