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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=384",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 385,
    "results": [
        {
            "start": 1180824758,
            "stop": 1180826602
        },
        {
            "start": 1180826728,
            "stop": 1180849520
        },
        {
            "start": 1180853307,
            "stop": 1180854433
        },
        {
            "start": 1180857787,
            "stop": 1180859227
        },
        {
            "start": 1180862854,
            "stop": 1180863095
        },
        {
            "start": 1180863096,
            "stop": 1180863112
        },
        {
            "start": 1180863115,
            "stop": 1180863121
        },
        {
            "start": 1180863123,
            "stop": 1180863130
        },
        {
            "start": 1180863132,
            "stop": 1180863138
        },
        {
            "start": 1180863140,
            "stop": 1180863241
        },
        {
            "start": 1180863243,
            "stop": 1180863251
        },
        {
            "start": 1180863256,
            "stop": 1180863261
        },
        {
            "start": 1180863267,
            "stop": 1180863271
        },
        {
            "start": 1180863278,
            "stop": 1180863281
        },
        {
            "start": 1180863287,
            "stop": 1180863291
        },
        {
            "start": 1180863295,
            "stop": 1180863300
        },
        {
            "start": 1180863420,
            "stop": 1180864272
        },
        {
            "start": 1180867984,
            "stop": 1180869384
        },
        {
            "start": 1180875607,
            "stop": 1180876926
        },
        {
            "start": 1180895028,
            "stop": 1180895903
        }
    ]
}