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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=310",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 311,
    "results": [
        {
            "start": 874191104,
            "stop": 874193342
        },
        {
            "start": 874193738,
            "stop": 874225435
        },
        {
            "start": 874228583,
            "stop": 874238622
        },
        {
            "start": 874240518,
            "stop": 874242271
        },
        {
            "start": 874243054,
            "stop": 874247725
        },
        {
            "start": 874248486,
            "stop": 874249007
        },
        {
            "start": 874249104,
            "stop": 874249557
        },
        {
            "start": 874250526,
            "stop": 874252314
        },
        {
            "start": 874253263,
            "stop": 874263028
        },
        {
            "start": 874265802,
            "stop": 874309718
        },
        {
            "start": 874311276,
            "stop": 874314558
        },
        {
            "start": 874324131,
            "stop": 874329240
        },
        {
            "start": 874331544,
            "stop": 874334595
        },
        {
            "start": 874334934,
            "stop": 874340395
        },
        {
            "start": 874341392,
            "stop": 874343221
        },
        {
            "start": 874345430,
            "stop": 874346245
        },
        {
            "start": 874346303,
            "stop": 874346898
        },
        {
            "start": 874348409,
            "stop": 874348743
        },
        {
            "start": 874349258,
            "stop": 874349278
        },
        {
            "start": 874350481,
            "stop": 874352045
        }
    ]
}