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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=37",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 38,
    "results": [
        {
            "start": 1128349734,
            "stop": 1128351692
        },
        {
            "start": 1128387596,
            "stop": 1128388094
        },
        {
            "start": 1128388096,
            "stop": 1128398891
        },
        {
            "start": 1128398892,
            "stop": 1128412611
        },
        {
            "start": 1128412618,
            "stop": 1128414786
        },
        {
            "start": 1128414793,
            "stop": 1128416354
        },
        {
            "start": 1128416361,
            "stop": 1128421602
        },
        {
            "start": 1128421609,
            "stop": 1128429148
        },
        {
            "start": 1128429156,
            "stop": 1128431228
        },
        {
            "start": 1128431235,
            "stop": 1128432576
        },
        {
            "start": 1128432583,
            "stop": 1128434071
        },
        {
            "start": 1128434078,
            "stop": 1128435847
        },
        {
            "start": 1128435854,
            "stop": 1128439389
        },
        {
            "start": 1128439396,
            "stop": 1128441558
        },
        {
            "start": 1128441566,
            "stop": 1128457310
        },
        {
            "start": 1128457317,
            "stop": 1128460897
        },
        {
            "start": 1128460904,
            "stop": 1128461014
        },
        {
            "start": 1128461015,
            "stop": 1128462211
        },
        {
            "start": 1128465254,
            "stop": 1128467387
        },
        {
            "start": 1128467394,
            "stop": 1128468200
        }
    ]
}