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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 27,
    "results": [
        {
            "start": 1257128918,
            "stop": 1257129371
        },
        {
            "start": 1257129379,
            "stop": 1257132934
        },
        {
            "start": 1257132937,
            "stop": 1257133459
        },
        {
            "start": 1257133462,
            "stop": 1257134219
        },
        {
            "start": 1257134227,
            "stop": 1257134407
        },
        {
            "start": 1257134410,
            "stop": 1257136982
        },
        {
            "start": 1257136986,
            "stop": 1257138140
        },
        {
            "start": 1257138148,
            "stop": 1257140231
        },
        {
            "start": 1257140232,
            "stop": 1257140253
        },
        {
            "start": 1257140256,
            "stop": 1257140285
        },
        {
            "start": 1257140286,
            "stop": 1257140290
        },
        {
            "start": 1257140291,
            "stop": 1257140292
        },
        {
            "start": 1257140293,
            "stop": 1257140297
        },
        {
            "start": 1257140299,
            "stop": 1257140301
        },
        {
            "start": 1257140303,
            "stop": 1257140305
        },
        {
            "start": 1257140307,
            "stop": 1257140399
        },
        {
            "start": 1257140403,
            "stop": 1257140404
        },
        {
            "start": 1257140406,
            "stop": 1257140407
        },
        {
            "start": 1257140412,
            "stop": 1257140413
        },
        {
            "start": 1257140415,
            "stop": 1257140417
        }
    ]
}