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=744
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=745",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=743",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 744,
    "results": [
        {
            "start": 1268101972,
            "stop": 1268102052
        },
        {
            "start": 1268102055,
            "stop": 1268102411
        },
        {
            "start": 1268102414,
            "stop": 1268102585
        },
        {
            "start": 1268102588,
            "stop": 1268102640
        },
        {
            "start": 1268102643,
            "stop": 1268103652
        },
        {
            "start": 1268103655,
            "stop": 1268104958
        },
        {
            "start": 1268104960,
            "stop": 1268112364
        },
        {
            "start": 1268112367,
            "stop": 1268114109
        },
        {
            "start": 1268114117,
            "stop": 1268119071
        },
        {
            "start": 1268119074,
            "stop": 1268119673
        },
        {
            "start": 1268119676,
            "stop": 1268120399
        },
        {
            "start": 1268120402,
            "stop": 1268123500
        },
        {
            "start": 1268123508,
            "stop": 1268123518
        },
        {
            "start": 1268123526,
            "stop": 1268123536
        },
        {
            "start": 1268123554,
            "stop": 1268123558
        },
        {
            "start": 1268140943,
            "stop": 1268146063
        },
        {
            "start": 1268146066,
            "stop": 1268148355
        },
        {
            "start": 1268148358,
            "stop": 1268152629
        },
        {
            "start": 1268152632,
            "stop": 1268152679
        },
        {
            "start": 1268161279,
            "stop": 1268161938
        }
    ]
}