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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=47",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 48,
    "results": [
        {
            "start": 1262681439,
            "stop": 1262681690
        },
        {
            "start": 1262681692,
            "stop": 1262681708
        },
        {
            "start": 1262681711,
            "stop": 1262681809
        },
        {
            "start": 1262681811,
            "stop": 1262681816
        },
        {
            "start": 1262681818,
            "stop": 1262682315
        },
        {
            "start": 1262682317,
            "stop": 1262682589
        },
        {
            "start": 1262682591,
            "stop": 1262682786
        },
        {
            "start": 1262682789,
            "stop": 1262682922
        },
        {
            "start": 1262682925,
            "stop": 1262682935
        },
        {
            "start": 1262682937,
            "stop": 1262683513
        },
        {
            "start": 1262683515,
            "stop": 1262683528
        },
        {
            "start": 1262683531,
            "stop": 1262683844
        },
        {
            "start": 1262683846,
            "stop": 1262683860
        },
        {
            "start": 1262683862,
            "stop": 1262683870
        },
        {
            "start": 1262683872,
            "stop": 1262683895
        },
        {
            "start": 1262683896,
            "stop": 1262684051
        },
        {
            "start": 1262684053,
            "stop": 1262684394
        },
        {
            "start": 1262684397,
            "stop": 1262684402
        },
        {
            "start": 1262684403,
            "stop": 1262685009
        },
        {
            "start": 1262685013,
            "stop": 1262685157
        }
    ]
}