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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=64",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 65,
    "results": [
        {
            "start": 1258355823,
            "stop": 1258361518
        },
        {
            "start": 1258361522,
            "stop": 1258362591
        },
        {
            "start": 1258362595,
            "stop": 1258363121
        },
        {
            "start": 1258363123,
            "stop": 1258363309
        },
        {
            "start": 1258363310,
            "stop": 1258363533
        },
        {
            "start": 1258363537,
            "stop": 1258364811
        },
        {
            "start": 1258364815,
            "stop": 1258365048
        },
        {
            "start": 1258365052,
            "stop": 1258365507
        },
        {
            "start": 1258365511,
            "stop": 1258365755
        },
        {
            "start": 1258365757,
            "stop": 1258366010
        },
        {
            "start": 1258366012,
            "stop": 1258366392
        },
        {
            "start": 1258366396,
            "stop": 1258368183
        },
        {
            "start": 1258368185,
            "stop": 1258375557
        },
        {
            "start": 1258375559,
            "stop": 1258377162
        },
        {
            "start": 1258377166,
            "stop": 1258382537
        },
        {
            "start": 1258382539,
            "stop": 1258382647
        },
        {
            "start": 1258382649,
            "stop": 1258382727
        },
        {
            "start": 1258382732,
            "stop": 1258382945
        },
        {
            "start": 1258382951,
            "stop": 1258384300
        },
        {
            "start": 1258384302,
            "stop": 1258385575
        }
    ]
}