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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=19",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 20,
    "results": [
        {
            "start": 817224553,
            "stop": 817224714
        },
        {
            "start": 817227569,
            "stop": 817231407
        },
        {
            "start": 817231409,
            "stop": 817231632
        },
        {
            "start": 817239342,
            "stop": 817242035
        },
        {
            "start": 817242037,
            "stop": 817242996
        },
        {
            "start": 817244374,
            "stop": 817252356
        },
        {
            "start": 817252761,
            "stop": 817253832
        },
        {
            "start": 817254324,
            "stop": 817254334
        },
        {
            "start": 817254763,
            "stop": 817275209
        },
        {
            "start": 817275749,
            "stop": 817281063
        },
        {
            "start": 817281065,
            "stop": 817290331
        },
        {
            "start": 817290333,
            "stop": 817312457
        },
        {
            "start": 817313169,
            "stop": 817314532
        },
        {
            "start": 817314942,
            "stop": 817315241
        },
        {
            "start": 817334958,
            "stop": 817340364
        },
        {
            "start": 817341783,
            "stop": 817342150
        },
        {
            "start": 817342702,
            "stop": 817346659
        },
        {
            "start": 817348088,
            "stop": 817351003
        },
        {
            "start": 817351403,
            "stop": 817362224
        },
        {
            "start": 817363146,
            "stop": 817398833
        }
    ]
}