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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=4",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 5,
    "results": [
        {
            "start": 1256887307,
            "stop": 1256887347
        },
        {
            "start": 1256887351,
            "stop": 1256887355
        },
        {
            "start": 1256887802,
            "stop": 1256888132
        },
        {
            "start": 1256888294,
            "stop": 1256888524
        },
        {
            "start": 1256888532,
            "stop": 1256888676
        },
        {
            "start": 1256888684,
            "stop": 1256888708
        },
        {
            "start": 1256888717,
            "stop": 1256888721
        },
        {
            "start": 1256889056,
            "stop": 1256889588
        },
        {
            "start": 1256889597,
            "stop": 1256889601
        },
        {
            "start": 1256890185,
            "stop": 1256890332
        },
        {
            "start": 1256890340,
            "stop": 1256890612
        },
        {
            "start": 1256890621,
            "stop": 1256890625
        },
        {
            "start": 1256890808,
            "stop": 1256891012
        },
        {
            "start": 1256891020,
            "stop": 1256891052
        },
        {
            "start": 1256891060,
            "stop": 1256891484
        },
        {
            "start": 1256891508,
            "stop": 1256891524
        },
        {
            "start": 1256891532,
            "stop": 1256891556
        },
        {
            "start": 1256891558,
            "stop": 1256891562
        },
        {
            "start": 1256893165,
            "stop": 1256893624
        },
        {
            "start": 1256893632,
            "stop": 1256893720
        }
    ]
}