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=1019
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=1020",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1018",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1019,
    "results": [
        {
            "start": 1252281840,
            "stop": 1252282289
        },
        {
            "start": 1252282293,
            "stop": 1252282629
        },
        {
            "start": 1252282633,
            "stop": 1252284963
        },
        {
            "start": 1252284968,
            "stop": 1252285259
        },
        {
            "start": 1252285262,
            "stop": 1252286451
        },
        {
            "start": 1252286454,
            "stop": 1252287214
        },
        {
            "start": 1252287219,
            "stop": 1252287265
        },
        {
            "start": 1252287269,
            "stop": 1252288085
        },
        {
            "start": 1252288089,
            "stop": 1252290433
        },
        {
            "start": 1252290437,
            "stop": 1252290735
        },
        {
            "start": 1252290739,
            "stop": 1252290926
        },
        {
            "start": 1252290931,
            "stop": 1252294763
        },
        {
            "start": 1252294767,
            "stop": 1252296074
        },
        {
            "start": 1252296077,
            "stop": 1252297457
        },
        {
            "start": 1252297461,
            "stop": 1252298341
        },
        {
            "start": 1252298345,
            "stop": 1252301093
        },
        {
            "start": 1252301096,
            "stop": 1252303234
        },
        {
            "start": 1252303238,
            "stop": 1252305942
        },
        {
            "start": 1252305945,
            "stop": 1252306493
        },
        {
            "start": 1252306501,
            "stop": 1252306860
        }
    ]
}