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=775
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=776",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=774",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 775,
    "results": [
        {
            "start": 1269115784,
            "stop": 1269115823
        },
        {
            "start": 1269115826,
            "stop": 1269118132
        },
        {
            "start": 1269118139,
            "stop": 1269118140
        },
        {
            "start": 1269118144,
            "stop": 1269118145
        },
        {
            "start": 1269118148,
            "stop": 1269118149
        },
        {
            "start": 1269118156,
            "stop": 1269118157
        },
        {
            "start": 1269118161,
            "stop": 1269118171
        },
        {
            "start": 1269118173,
            "stop": 1269118184
        },
        {
            "start": 1269118185,
            "stop": 1269118187
        },
        {
            "start": 1269118190,
            "stop": 1269118223
        },
        {
            "start": 1269118226,
            "stop": 1269120700
        },
        {
            "start": 1269120703,
            "stop": 1269121732
        },
        {
            "start": 1269121735,
            "stop": 1269124679
        },
        {
            "start": 1269124682,
            "stop": 1269126495
        },
        {
            "start": 1269126498,
            "stop": 1269127185
        },
        {
            "start": 1269127188,
            "stop": 1269128990
        },
        {
            "start": 1269128993,
            "stop": 1269130674
        },
        {
            "start": 1269130677,
            "stop": 1269133688
        },
        {
            "start": 1269133691,
            "stop": 1269135629
        },
        {
            "start": 1269135632,
            "stop": 1269140331
        }
    ]
}