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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=730",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=728",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 729,
    "results": [
        {
            "start": 1267377708,
            "stop": 1267378245
        },
        {
            "start": 1267378247,
            "stop": 1267378461
        },
        {
            "start": 1267379747,
            "stop": 1267381240
        },
        {
            "start": 1267381243,
            "stop": 1267381457
        },
        {
            "start": 1267381460,
            "stop": 1267383922
        },
        {
            "start": 1267383925,
            "stop": 1267385178
        },
        {
            "start": 1267385185,
            "stop": 1267385732
        },
        {
            "start": 1267385740,
            "stop": 1267387696
        },
        {
            "start": 1267387699,
            "stop": 1267388018
        },
        {
            "start": 1267388026,
            "stop": 1267388079
        },
        {
            "start": 1267388080,
            "stop": 1267388779
        },
        {
            "start": 1267400780,
            "stop": 1267401638
        },
        {
            "start": 1267401641,
            "stop": 1267402256
        },
        {
            "start": 1267402259,
            "stop": 1267414420
        },
        {
            "start": 1267414423,
            "stop": 1267414792
        },
        {
            "start": 1267414795,
            "stop": 1267414985
        },
        {
            "start": 1267414988,
            "stop": 1267417935
        },
        {
            "start": 1267417938,
            "stop": 1267423868
        },
        {
            "start": 1267423871,
            "stop": 1267428012
        },
        {
            "start": 1267428015,
            "stop": 1267428630
        }
    ]
}