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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=338",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 339,
    "results": [
        {
            "start": 1250453349,
            "stop": 1250453350
        },
        {
            "start": 1250453351,
            "stop": 1250453353
        },
        {
            "start": 1250453355,
            "stop": 1250453356
        },
        {
            "start": 1250453357,
            "stop": 1250453358
        },
        {
            "start": 1250453359,
            "stop": 1250453527
        },
        {
            "start": 1250453529,
            "stop": 1250453541
        },
        {
            "start": 1250453544,
            "stop": 1250453546
        },
        {
            "start": 1250464275,
            "stop": 1250523666
        },
        {
            "start": 1250523706,
            "stop": 1250524574
        },
        {
            "start": 1250524575,
            "stop": 1250532669
        },
        {
            "start": 1250538778,
            "stop": 1250543177
        },
        {
            "start": 1250545975,
            "stop": 1250551094
        },
        {
            "start": 1250553011,
            "stop": 1250615043
        },
        {
            "start": 1250615045,
            "stop": 1250615296
        },
        {
            "start": 1250615301,
            "stop": 1250615639
        },
        {
            "start": 1250615643,
            "stop": 1250615646
        },
        {
            "start": 1250615648,
            "stop": 1250615926
        },
        {
            "start": 1250615931,
            "stop": 1250615932
        },
        {
            "start": 1250615933,
            "stop": 1250615936
        },
        {
            "start": 1250615938,
            "stop": 1250615939
        }
    ]
}