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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=15",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 16,
    "results": [
        {
            "start": 1126159068,
            "stop": 1126159461
        },
        {
            "start": 1126159463,
            "stop": 1126159689
        },
        {
            "start": 1126159694,
            "stop": 1126159733
        },
        {
            "start": 1126159741,
            "stop": 1126159742
        },
        {
            "start": 1126159746,
            "stop": 1126159797
        },
        {
            "start": 1126159800,
            "stop": 1126159826
        },
        {
            "start": 1126159827,
            "stop": 1126160210
        },
        {
            "start": 1126160211,
            "stop": 1126160585
        },
        {
            "start": 1126160587,
            "stop": 1126160797
        },
        {
            "start": 1126160804,
            "stop": 1126160967
        },
        {
            "start": 1126160968,
            "stop": 1126161332
        },
        {
            "start": 1126161334,
            "stop": 1126161593
        },
        {
            "start": 1126161594,
            "stop": 1126161687
        },
        {
            "start": 1126161688,
            "stop": 1126161999
        },
        {
            "start": 1126162001,
            "stop": 1126162079
        },
        {
            "start": 1126162081,
            "stop": 1126162097
        },
        {
            "start": 1126162098,
            "stop": 1126162229
        },
        {
            "start": 1126162231,
            "stop": 1126162234
        },
        {
            "start": 1126162240,
            "stop": 1126162460
        },
        {
            "start": 1126162461,
            "stop": 1126162716
        }
    ]
}