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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=355",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 356,
    "results": [
        {
            "start": 1240906961,
            "stop": 1240906979
        },
        {
            "start": 1240906984,
            "stop": 1240906991
        },
        {
            "start": 1240914063,
            "stop": 1240914327
        },
        {
            "start": 1240914331,
            "stop": 1240915158
        },
        {
            "start": 1240915162,
            "stop": 1240917019
        },
        {
            "start": 1240917023,
            "stop": 1240918861
        },
        {
            "start": 1240918869,
            "stop": 1240918962
        },
        {
            "start": 1240918967,
            "stop": 1240919200
        },
        {
            "start": 1240919205,
            "stop": 1240923121
        },
        {
            "start": 1240923124,
            "stop": 1240924309
        },
        {
            "start": 1240924314,
            "stop": 1240924465
        },
        {
            "start": 1240924469,
            "stop": 1240925195
        },
        {
            "start": 1240925198,
            "stop": 1240929461
        },
        {
            "start": 1240929464,
            "stop": 1240933017
        },
        {
            "start": 1240933019,
            "stop": 1240935209
        },
        {
            "start": 1240935213,
            "stop": 1240935843
        },
        {
            "start": 1240935848,
            "stop": 1240935895
        },
        {
            "start": 1240935900,
            "stop": 1240935928
        },
        {
            "start": 1240935933,
            "stop": 1240936115
        },
        {
            "start": 1240936120,
            "stop": 1240936127
        }
    ]
}