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=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=3",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 4,
    "results": [
        {
            "start": 1256718240,
            "stop": 1256718746
        },
        {
            "start": 1256718749,
            "stop": 1256718980
        },
        {
            "start": 1256718983,
            "stop": 1256718991
        },
        {
            "start": 1256718994,
            "stop": 1256718996
        },
        {
            "start": 1256718998,
            "stop": 1256721607
        },
        {
            "start": 1256721610,
            "stop": 1256721618
        },
        {
            "start": 1256721621,
            "stop": 1256721646
        },
        {
            "start": 1256721649,
            "stop": 1256722706
        },
        {
            "start": 1256722709,
            "stop": 1256724238
        },
        {
            "start": 1256724241,
            "stop": 1256724258
        },
        {
            "start": 1256724261,
            "stop": 1256724291
        },
        {
            "start": 1256724294,
            "stop": 1256724410
        },
        {
            "start": 1256724413,
            "stop": 1256724687
        },
        {
            "start": 1256724690,
            "stop": 1256726882
        },
        {
            "start": 1256726885,
            "stop": 1256726894
        },
        {
            "start": 1256726897,
            "stop": 1256726905
        },
        {
            "start": 1256726908,
            "stop": 1256727179
        },
        {
            "start": 1256727182,
            "stop": 1256728633
        },
        {
            "start": 1256728636,
            "stop": 1256729524
        },
        {
            "start": 1256729527,
            "stop": 1256729534
        }
    ]
}