Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5117
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=5118",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5116",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5117,
    "results": [
        {
            "start": 1136984025,
            "stop": 1136984030
        },
        {
            "start": 1136984032,
            "stop": 1136984080
        },
        {
            "start": 1136984082,
            "stop": 1136984099
        },
        {
            "start": 1136984104,
            "stop": 1136984118
        },
        {
            "start": 1136984120,
            "stop": 1136984142
        },
        {
            "start": 1136984144,
            "stop": 1136984149
        },
        {
            "start": 1136984151,
            "stop": 1136984170
        },
        {
            "start": 1136984172,
            "stop": 1136984201
        },
        {
            "start": 1136984203,
            "stop": 1136984222
        },
        {
            "start": 1136984224,
            "stop": 1136984279
        },
        {
            "start": 1136984281,
            "stop": 1136984302
        },
        {
            "start": 1136984304,
            "stop": 1136984315
        },
        {
            "start": 1136984317,
            "stop": 1136984326
        },
        {
            "start": 1136984328,
            "stop": 1136984336
        },
        {
            "start": 1136984338,
            "stop": 1136984372
        },
        {
            "start": 1136984374,
            "stop": 1136984394
        },
        {
            "start": 1136984396,
            "stop": 1136984407
        },
        {
            "start": 1136984409,
            "stop": 1136984417
        },
        {
            "start": 1136984419,
            "stop": 1136984432
        },
        {
            "start": 1136984434,
            "stop": 1136984443
        }
    ]
}