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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=9",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 10,
    "results": [
        {
            "start": 1238184396,
            "stop": 1238184400
        },
        {
            "start": 1238184401,
            "stop": 1238184412
        },
        {
            "start": 1238184413,
            "stop": 1238184415
        },
        {
            "start": 1238184417,
            "stop": 1238184421
        },
        {
            "start": 1238184422,
            "stop": 1238184426
        },
        {
            "start": 1238184427,
            "stop": 1238184433
        },
        {
            "start": 1238184435,
            "stop": 1238184440
        },
        {
            "start": 1238184442,
            "stop": 1238184459
        },
        {
            "start": 1238184463,
            "stop": 1238184464
        },
        {
            "start": 1238184465,
            "stop": 1238184470
        },
        {
            "start": 1238184473,
            "stop": 1238184502
        },
        {
            "start": 1238184503,
            "stop": 1238184519
        },
        {
            "start": 1238184521,
            "stop": 1238184539
        },
        {
            "start": 1238184540,
            "stop": 1238184545
        },
        {
            "start": 1238184548,
            "stop": 1238184551
        },
        {
            "start": 1238184554,
            "stop": 1238184556
        },
        {
            "start": 1238184557,
            "stop": 1238184568
        },
        {
            "start": 1238184573,
            "stop": 1238184576
        },
        {
            "start": 1238184577,
            "stop": 1238184582
        },
        {
            "start": 1238184584,
            "stop": 1238184589
        }
    ]
}