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=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=70",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 71,
    "results": [
        {
            "start": 1131308708,
            "stop": 1131314465
        },
        {
            "start": 1131314472,
            "stop": 1131314499
        },
        {
            "start": 1131319276,
            "stop": 1131326873
        },
        {
            "start": 1131326880,
            "stop": 1131335603
        },
        {
            "start": 1131335610,
            "stop": 1131342625
        },
        {
            "start": 1131342632,
            "stop": 1131357308
        },
        {
            "start": 1131357316,
            "stop": 1131358469
        },
        {
            "start": 1131358476,
            "stop": 1131361550
        },
        {
            "start": 1131361557,
            "stop": 1131363963
        },
        {
            "start": 1131363970,
            "stop": 1131365122
        },
        {
            "start": 1131365129,
            "stop": 1131367282
        },
        {
            "start": 1131367289,
            "stop": 1131371493
        },
        {
            "start": 1131371500,
            "stop": 1131373164
        },
        {
            "start": 1131373171,
            "stop": 1131374557
        },
        {
            "start": 1131374564,
            "stop": 1131387094
        },
        {
            "start": 1131394911,
            "stop": 1131397063
        },
        {
            "start": 1131397070,
            "stop": 1131404780
        },
        {
            "start": 1131404787,
            "stop": 1131410457
        },
        {
            "start": 1131410465,
            "stop": 1131421898
        },
        {
            "start": 1131421905,
            "stop": 1131424823
        }
    ]
}