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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=119",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 120,
    "results": [
        {
            "start": 1134919354,
            "stop": 1134919368
        },
        {
            "start": 1134919372,
            "stop": 1134919385
        },
        {
            "start": 1134919391,
            "stop": 1134919403
        },
        {
            "start": 1134919409,
            "stop": 1134919421
        },
        {
            "start": 1134919424,
            "stop": 1134919441
        },
        {
            "start": 1134919452,
            "stop": 1134919463
        },
        {
            "start": 1134919470,
            "stop": 1134919472
        },
        {
            "start": 1134919475,
            "stop": 1134919479
        },
        {
            "start": 1134919484,
            "stop": 1134919486
        },
        {
            "start": 1134919489,
            "stop": 1134919491
        },
        {
            "start": 1134919495,
            "stop": 1134919513
        },
        {
            "start": 1134919522,
            "stop": 1134919617
        },
        {
            "start": 1134919620,
            "stop": 1134919628
        },
        {
            "start": 1134919633,
            "stop": 1134919654
        },
        {
            "start": 1134919657,
            "stop": 1134919662
        },
        {
            "start": 1134919665,
            "stop": 1134919667
        },
        {
            "start": 1134919674,
            "stop": 1134919749
        },
        {
            "start": 1134919752,
            "stop": 1134919771
        },
        {
            "start": 1134919774,
            "stop": 1134919779
        },
        {
            "start": 1134919782,
            "stop": 1134920658
        }
    ]
}