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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=60",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 61,
    "results": [
        {
            "start": 816464944,
            "stop": 816464946
        },
        {
            "start": 816464953,
            "stop": 816464954
        },
        {
            "start": 816464969,
            "stop": 816464978
        },
        {
            "start": 816464995,
            "stop": 816465109
        },
        {
            "start": 816465113,
            "stop": 816465269
        },
        {
            "start": 816465273,
            "stop": 816465328
        },
        {
            "start": 816465332,
            "stop": 816465337
        },
        {
            "start": 816465343,
            "stop": 816465375
        },
        {
            "start": 816465382,
            "stop": 816465443
        },
        {
            "start": 816465448,
            "stop": 816465473
        },
        {
            "start": 816465477,
            "stop": 816465489
        },
        {
            "start": 816465495,
            "stop": 816465529
        },
        {
            "start": 816465534,
            "stop": 816465539
        },
        {
            "start": 816465542,
            "stop": 816465568
        },
        {
            "start": 816465572,
            "stop": 816465574
        },
        {
            "start": 816465579,
            "stop": 816465601
        },
        {
            "start": 816465608,
            "stop": 816465609
        },
        {
            "start": 816465617,
            "stop": 816465619
        },
        {
            "start": 816465626,
            "stop": 816465627
        },
        {
            "start": 816465652,
            "stop": 816465657
        }
    ]
}