Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=837
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=838",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=836",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 837,
    "results": [
        {
            "start": 1250389897,
            "stop": 1250389901
        },
        {
            "start": 1250389902,
            "stop": 1250389903
        },
        {
            "start": 1250389908,
            "stop": 1250389913
        },
        {
            "start": 1250389916,
            "stop": 1250389931
        },
        {
            "start": 1250389933,
            "stop": 1250389940
        },
        {
            "start": 1250389943,
            "stop": 1250389967
        },
        {
            "start": 1250389970,
            "stop": 1250389980
        },
        {
            "start": 1250389984,
            "stop": 1250389986
        },
        {
            "start": 1250389989,
            "stop": 1250390037
        },
        {
            "start": 1250390042,
            "stop": 1250390046
        },
        {
            "start": 1250390049,
            "stop": 1250390062
        },
        {
            "start": 1250390067,
            "stop": 1250390082
        },
        {
            "start": 1250390085,
            "stop": 1250390110
        },
        {
            "start": 1250390113,
            "stop": 1250390156
        },
        {
            "start": 1250390164,
            "stop": 1250390172
        },
        {
            "start": 1250390175,
            "stop": 1250390189
        },
        {
            "start": 1250390194,
            "stop": 1250390231
        },
        {
            "start": 1250390235,
            "stop": 1250390240
        },
        {
            "start": 1250390245,
            "stop": 1250390253
        },
        {
            "start": 1250390257,
            "stop": 1250390259
        }
    ]
}