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=1028
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=1029",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1027",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1028,
    "results": [
        {
            "start": 1252480600,
            "stop": 1252481765
        },
        {
            "start": 1252481770,
            "stop": 1252484157
        },
        {
            "start": 1252484162,
            "stop": 1252488880
        },
        {
            "start": 1252488885,
            "stop": 1252489898
        },
        {
            "start": 1252501221,
            "stop": 1252502086
        },
        {
            "start": 1252502479,
            "stop": 1252504012
        },
        {
            "start": 1252504316,
            "stop": 1252505248
        },
        {
            "start": 1252505374,
            "stop": 1252505376
        },
        {
            "start": 1252506806,
            "stop": 1252516912
        },
        {
            "start": 1252516916,
            "stop": 1252517636
        },
        {
            "start": 1252517640,
            "stop": 1252517644
        },
        {
            "start": 1252517649,
            "stop": 1252517695
        },
        {
            "start": 1252517699,
            "stop": 1252517845
        },
        {
            "start": 1252517849,
            "stop": 1252517852
        },
        {
            "start": 1252517859,
            "stop": 1252517874
        },
        {
            "start": 1252517879,
            "stop": 1252517914
        },
        {
            "start": 1252517919,
            "stop": 1252518505
        },
        {
            "start": 1252518509,
            "stop": 1252518669
        },
        {
            "start": 1252518672,
            "stop": 1252519609
        },
        {
            "start": 1252519613,
            "stop": 1252520290
        }
    ]
}