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_CAT2/segments?format=api&page=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=11",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 12,
    "results": [
        {
            "start": 1238184397,
            "stop": 1238184400
        },
        {
            "start": 1238184402,
            "stop": 1238184405
        },
        {
            "start": 1238184406,
            "stop": 1238184407
        },
        {
            "start": 1238184408,
            "stop": 1238184412
        },
        {
            "start": 1238184413,
            "stop": 1238184415
        },
        {
            "start": 1238184417,
            "stop": 1238184420
        },
        {
            "start": 1238184422,
            "stop": 1238184424
        },
        {
            "start": 1238184428,
            "stop": 1238184433
        },
        {
            "start": 1238184435,
            "stop": 1238184440
        },
        {
            "start": 1238184442,
            "stop": 1238184443
        },
        {
            "start": 1238184447,
            "stop": 1238184459
        },
        {
            "start": 1238184465,
            "stop": 1238184470
        },
        {
            "start": 1238184474,
            "stop": 1238184483
        },
        {
            "start": 1238184485,
            "stop": 1238184502
        },
        {
            "start": 1238184503,
            "stop": 1238184519
        },
        {
            "start": 1238184521,
            "stop": 1238184538
        },
        {
            "start": 1238184540,
            "stop": 1238184543
        },
        {
            "start": 1238184548,
            "stop": 1238184550
        },
        {
            "start": 1238184555,
            "stop": 1238184556
        },
        {
            "start": 1238184557,
            "stop": 1238184567
        }
    ]
}