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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=36",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 37,
    "results": [
        {
            "start": 1257471093,
            "stop": 1257471181
        },
        {
            "start": 1257471183,
            "stop": 1257471627
        },
        {
            "start": 1257471630,
            "stop": 1257471656
        },
        {
            "start": 1257471659,
            "stop": 1257471731
        },
        {
            "start": 1257471734,
            "stop": 1257471755
        },
        {
            "start": 1257471758,
            "stop": 1257472363
        },
        {
            "start": 1257472368,
            "stop": 1257472383
        },
        {
            "start": 1257472388,
            "stop": 1257472620
        },
        {
            "start": 1257472625,
            "stop": 1257473054
        },
        {
            "start": 1257473057,
            "stop": 1257473945
        },
        {
            "start": 1257473948,
            "stop": 1257474006
        },
        {
            "start": 1257474011,
            "stop": 1257474104
        },
        {
            "start": 1257474109,
            "stop": 1257475024
        },
        {
            "start": 1257475027,
            "stop": 1257475071
        },
        {
            "start": 1257475075,
            "stop": 1257475703
        },
        {
            "start": 1257475706,
            "stop": 1257475816
        },
        {
            "start": 1257475821,
            "stop": 1257476719
        },
        {
            "start": 1257476722,
            "stop": 1257477716
        },
        {
            "start": 1257477718,
            "stop": 1257483095
        },
        {
            "start": 1257483100,
            "stop": 1257483653
        }
    ]
}