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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=86",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 87,
    "results": [
        {
            "start": 827102446,
            "stop": 827104816
        },
        {
            "start": 827105369,
            "stop": 827115548
        },
        {
            "start": 827119084,
            "stop": 827156378
        },
        {
            "start": 827157495,
            "stop": 827161421
        },
        {
            "start": 827161821,
            "stop": 827162979
        },
        {
            "start": 827163933,
            "stop": 827173527
        },
        {
            "start": 827173529,
            "stop": 827175138
        },
        {
            "start": 827175458,
            "stop": 827176001
        },
        {
            "start": 827176401,
            "stop": 827189374
        },
        {
            "start": 827190602,
            "stop": 827236227
        },
        {
            "start": 827236228,
            "stop": 827237092
        },
        {
            "start": 827237492,
            "stop": 827238077
        },
        {
            "start": 827238524,
            "stop": 827238538
        },
        {
            "start": 827238971,
            "stop": 827247725
        },
        {
            "start": 827248509,
            "stop": 827250053
        },
        {
            "start": 827250054,
            "stop": 827250109
        },
        {
            "start": 827251899,
            "stop": 827255669
        },
        {
            "start": 827256543,
            "stop": 827258397
        },
        {
            "start": 827258400,
            "stop": 827267399
        },
        {
            "start": 827268736,
            "stop": 827274954
        }
    ]
}