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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=58",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 59,
    "results": [
        {
            "start": 1238276737,
            "stop": 1238276740
        },
        {
            "start": 1238276741,
            "stop": 1238276853
        },
        {
            "start": 1238276854,
            "stop": 1238276881
        },
        {
            "start": 1238276883,
            "stop": 1238276896
        },
        {
            "start": 1238276899,
            "stop": 1238276921
        },
        {
            "start": 1238276926,
            "stop": 1238276937
        },
        {
            "start": 1238276938,
            "stop": 1238277001
        },
        {
            "start": 1238277004,
            "stop": 1238277008
        },
        {
            "start": 1238277010,
            "stop": 1238277108
        },
        {
            "start": 1238277110,
            "stop": 1238277130
        },
        {
            "start": 1238277135,
            "stop": 1238277143
        },
        {
            "start": 1238277147,
            "stop": 1238277181
        },
        {
            "start": 1238277184,
            "stop": 1238277189
        },
        {
            "start": 1238277192,
            "stop": 1238277193
        },
        {
            "start": 1238277195,
            "stop": 1238277206
        },
        {
            "start": 1238277207,
            "stop": 1238277239
        },
        {
            "start": 1238277261,
            "stop": 1238277330
        },
        {
            "start": 1238277337,
            "stop": 1238277342
        },
        {
            "start": 1238277344,
            "stop": 1238277350
        },
        {
            "start": 1238291342,
            "stop": 1238291412
        }
    ]
}