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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=37",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 38,
    "results": [
        {
            "start": 1238190623,
            "stop": 1238190631
        },
        {
            "start": 1238190637,
            "stop": 1238190639
        },
        {
            "start": 1238190643,
            "stop": 1238190649
        },
        {
            "start": 1238190650,
            "stop": 1238190655
        },
        {
            "start": 1238190658,
            "stop": 1238190660
        },
        {
            "start": 1238190661,
            "stop": 1238190663
        },
        {
            "start": 1238190667,
            "stop": 1238190669
        },
        {
            "start": 1238190674,
            "stop": 1238190679
        },
        {
            "start": 1238190681,
            "stop": 1238190690
        },
        {
            "start": 1238190696,
            "stop": 1238190702
        },
        {
            "start": 1238190703,
            "stop": 1238190705
        },
        {
            "start": 1238190707,
            "stop": 1238190712
        },
        {
            "start": 1238190714,
            "stop": 1238190726
        },
        {
            "start": 1238190728,
            "stop": 1238190735
        },
        {
            "start": 1238190743,
            "stop": 1238190745
        },
        {
            "start": 1238190746,
            "stop": 1238190747
        },
        {
            "start": 1238190749,
            "stop": 1238190756
        },
        {
            "start": 1238190757,
            "stop": 1238190763
        },
        {
            "start": 1238190767,
            "stop": 1238190775
        },
        {
            "start": 1238190776,
            "stop": 1238190784
        }
    ]
}