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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6001",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5999",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6000,
    "results": [
        {
            "start": 873456870,
            "stop": 873456947
        },
        {
            "start": 873456950,
            "stop": 873457365
        },
        {
            "start": 873457368,
            "stop": 873457539
        },
        {
            "start": 873457541,
            "stop": 873457624
        },
        {
            "start": 873457625,
            "stop": 873457754
        },
        {
            "start": 873457757,
            "stop": 873457943
        },
        {
            "start": 873457944,
            "stop": 873458308
        },
        {
            "start": 873458311,
            "stop": 873458329
        },
        {
            "start": 873458335,
            "stop": 873458408
        },
        {
            "start": 873458412,
            "stop": 873458470
        },
        {
            "start": 873458472,
            "stop": 873458527
        },
        {
            "start": 873458531,
            "stop": 873458549
        },
        {
            "start": 873458555,
            "stop": 873458558
        },
        {
            "start": 873458561,
            "stop": 873458655
        },
        {
            "start": 873458659,
            "stop": 873458664
        },
        {
            "start": 873458667,
            "stop": 873458775
        },
        {
            "start": 873458778,
            "stop": 873458820
        },
        {
            "start": 873458823,
            "stop": 873458851
        },
        {
            "start": 873458858,
            "stop": 873458930
        },
        {
            "start": 873458935,
            "stop": 873458944
        }
    ]
}