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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=21",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 22,
    "results": [
        {
            "start": 1257040186,
            "stop": 1257040192
        },
        {
            "start": 1257040194,
            "stop": 1257040219
        },
        {
            "start": 1257040220,
            "stop": 1257040222
        },
        {
            "start": 1257040224,
            "stop": 1257040247
        },
        {
            "start": 1257040248,
            "stop": 1257040252
        },
        {
            "start": 1257040253,
            "stop": 1257041427
        },
        {
            "start": 1257041430,
            "stop": 1257041443
        },
        {
            "start": 1257041445,
            "stop": 1257041448
        },
        {
            "start": 1257041449,
            "stop": 1257041450
        },
        {
            "start": 1257041451,
            "stop": 1257041452
        },
        {
            "start": 1257041453,
            "stop": 1257041478
        },
        {
            "start": 1257041479,
            "stop": 1257043781
        },
        {
            "start": 1257043789,
            "stop": 1257045044
        },
        {
            "start": 1257045046,
            "stop": 1257046429
        },
        {
            "start": 1257046432,
            "stop": 1257048488
        },
        {
            "start": 1257048491,
            "stop": 1257049496
        },
        {
            "start": 1257049499,
            "stop": 1257049525
        },
        {
            "start": 1257049528,
            "stop": 1257050137
        },
        {
            "start": 1257050140,
            "stop": 1257051676
        },
        {
            "start": 1257051679,
            "stop": 1257054115
        }
    ]
}