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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=55",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 56,
    "results": [
        {
            "start": 931254740,
            "stop": 931254743
        },
        {
            "start": 931254747,
            "stop": 931254752
        },
        {
            "start": 931254754,
            "stop": 931254756
        },
        {
            "start": 931254759,
            "stop": 931254789
        },
        {
            "start": 931254791,
            "stop": 931254831
        },
        {
            "start": 931254834,
            "stop": 931254837
        },
        {
            "start": 931254839,
            "stop": 931254869
        },
        {
            "start": 931254871,
            "stop": 931254889
        },
        {
            "start": 931254894,
            "stop": 931254898
        },
        {
            "start": 931254901,
            "stop": 931254904
        },
        {
            "start": 931254907,
            "stop": 931254909
        },
        {
            "start": 931254919,
            "stop": 931254932
        },
        {
            "start": 931254936,
            "stop": 931254937
        },
        {
            "start": 931254939,
            "stop": 931254952
        },
        {
            "start": 931254954,
            "stop": 931254956
        },
        {
            "start": 931254965,
            "stop": 931254966
        },
        {
            "start": 931254968,
            "stop": 931254969
        },
        {
            "start": 931254971,
            "stop": 931255018
        },
        {
            "start": 931255024,
            "stop": 931255026
        },
        {
            "start": 931255028,
            "stop": 931255034
        }
    ]
}