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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=24",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 25,
    "results": [
        {
            "start": 1238188502,
            "stop": 1238188505
        },
        {
            "start": 1238188508,
            "stop": 1238188511
        },
        {
            "start": 1238188515,
            "stop": 1238188530
        },
        {
            "start": 1238188535,
            "stop": 1238188538
        },
        {
            "start": 1238188552,
            "stop": 1238188556
        },
        {
            "start": 1238188563,
            "stop": 1238188578
        },
        {
            "start": 1238188582,
            "stop": 1238188593
        },
        {
            "start": 1238188597,
            "stop": 1238188609
        },
        {
            "start": 1238188612,
            "stop": 1238188614
        },
        {
            "start": 1238188616,
            "stop": 1238188636
        },
        {
            "start": 1238188638,
            "stop": 1238188641
        },
        {
            "start": 1238188645,
            "stop": 1238188655
        },
        {
            "start": 1238188663,
            "stop": 1238188671
        },
        {
            "start": 1238188684,
            "stop": 1238188697
        },
        {
            "start": 1238188700,
            "stop": 1238188705
        },
        {
            "start": 1238188708,
            "stop": 1238188710
        },
        {
            "start": 1238188711,
            "stop": 1238188712
        },
        {
            "start": 1238188714,
            "stop": 1238188722
        },
        {
            "start": 1238188724,
            "stop": 1238188726
        },
        {
            "start": 1238188729,
            "stop": 1238188732
        }
    ]
}