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=1057
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=1058",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1056",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1057,
    "results": [
        {
            "start": 1253046031,
            "stop": 1253046157
        },
        {
            "start": 1253046161,
            "stop": 1253046374
        },
        {
            "start": 1253046378,
            "stop": 1253046482
        },
        {
            "start": 1253046487,
            "stop": 1253046607
        },
        {
            "start": 1253046612,
            "stop": 1253047016
        },
        {
            "start": 1253047021,
            "stop": 1253048520
        },
        {
            "start": 1253048523,
            "stop": 1253048527
        },
        {
            "start": 1253048531,
            "stop": 1253048654
        },
        {
            "start": 1253048659,
            "stop": 1253048978
        },
        {
            "start": 1253048983,
            "stop": 1253049244
        },
        {
            "start": 1253049252,
            "stop": 1253049737
        },
        {
            "start": 1253049741,
            "stop": 1253049793
        },
        {
            "start": 1253049797,
            "stop": 1253049802
        },
        {
            "start": 1253049807,
            "stop": 1253050041
        },
        {
            "start": 1253050045,
            "stop": 1253050354
        },
        {
            "start": 1253050358,
            "stop": 1253051149
        },
        {
            "start": 1253051152,
            "stop": 1253052209
        },
        {
            "start": 1253052213,
            "stop": 1253053034
        },
        {
            "start": 1253053037,
            "stop": 1253053295
        },
        {
            "start": 1253053303,
            "stop": 1253054814
        }
    ]
}