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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=52",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 53,
    "results": [
        {
            "start": 932071825,
            "stop": 932071827
        },
        {
            "start": 932071828,
            "stop": 932071833
        },
        {
            "start": 932071835,
            "stop": 932071836
        },
        {
            "start": 932071837,
            "stop": 932071838
        },
        {
            "start": 932071839,
            "stop": 932071850
        },
        {
            "start": 932071852,
            "stop": 932071854
        },
        {
            "start": 932071856,
            "stop": 932071859
        },
        {
            "start": 932071861,
            "stop": 932071863
        },
        {
            "start": 932071865,
            "stop": 932071867
        },
        {
            "start": 932071871,
            "stop": 932071874
        },
        {
            "start": 932071876,
            "stop": 932071881
        },
        {
            "start": 932071885,
            "stop": 932071888
        },
        {
            "start": 932071889,
            "stop": 932071895
        },
        {
            "start": 932071897,
            "stop": 932071900
        },
        {
            "start": 932071901,
            "stop": 932071902
        },
        {
            "start": 932071903,
            "stop": 932071904
        },
        {
            "start": 932071905,
            "stop": 932071906
        },
        {
            "start": 932071908,
            "stop": 932071913
        },
        {
            "start": 932071914,
            "stop": 932071919
        },
        {
            "start": 932071921,
            "stop": 932071923
        }
    ]
}