Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1147
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1146",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1147,
    "results": [
        {
            "start": 950410455,
            "stop": 950411087
        },
        {
            "start": 950411089,
            "stop": 950411493
        },
        {
            "start": 950411495,
            "stop": 950412096
        },
        {
            "start": 950412098,
            "stop": 950414144
        },
        {
            "start": 950414146,
            "stop": 950414571
        },
        {
            "start": 950414573,
            "stop": 950416204
        },
        {
            "start": 950416206,
            "stop": 950420261
        },
        {
            "start": 950420263,
            "stop": 950420465
        },
        {
            "start": 950420467,
            "stop": 950422714
        },
        {
            "start": 950422716,
            "stop": 950427691
        },
        {
            "start": 950427693,
            "stop": 950429199
        },
        {
            "start": 950429201,
            "stop": 950429300
        },
        {
            "start": 950429302,
            "stop": 950429944
        },
        {
            "start": 950429946,
            "stop": 950430581
        },
        {
            "start": 950430583,
            "stop": 950430861
        },
        {
            "start": 950430863,
            "stop": 950439327
        },
        {
            "start": 950439329,
            "stop": 950439601
        },
        {
            "start": 950439603,
            "stop": 950440846
        },
        {
            "start": 950440848,
            "stop": 950444253
        },
        {
            "start": 950444255,
            "stop": 950444486
        }
    ]
}