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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=32",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 33,
    "results": [
        {
            "start": 1262574774,
            "stop": 1262574779
        },
        {
            "start": 1262574780,
            "stop": 1262574783
        },
        {
            "start": 1262574784,
            "stop": 1262574813
        },
        {
            "start": 1262574814,
            "stop": 1262574824
        },
        {
            "start": 1262574825,
            "stop": 1262574834
        },
        {
            "start": 1262574836,
            "stop": 1262574841
        },
        {
            "start": 1262574842,
            "stop": 1262574852
        },
        {
            "start": 1262574853,
            "stop": 1262574856
        },
        {
            "start": 1262574857,
            "stop": 1262574859
        },
        {
            "start": 1262574862,
            "stop": 1262574876
        },
        {
            "start": 1262574877,
            "stop": 1262574880
        },
        {
            "start": 1262574881,
            "stop": 1262574893
        },
        {
            "start": 1262574894,
            "stop": 1262574897
        },
        {
            "start": 1262574898,
            "stop": 1262574903
        },
        {
            "start": 1262574905,
            "stop": 1262595363
        },
        {
            "start": 1262607622,
            "stop": 1262620957
        },
        {
            "start": 1262621078,
            "stop": 1262625519
        },
        {
            "start": 1262625523,
            "stop": 1262636711
        },
        {
            "start": 1262636714,
            "stop": 1262637575
        },
        {
            "start": 1262637758,
            "stop": 1262638867
        }
    ]
}