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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=77",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 78,
    "results": [
        {
            "start": 816486337,
            "stop": 816486409
        },
        {
            "start": 816486461,
            "stop": 816486615
        },
        {
            "start": 816486621,
            "stop": 816486633
        },
        {
            "start": 816486637,
            "stop": 816486653
        },
        {
            "start": 816486672,
            "stop": 816486732
        },
        {
            "start": 816486735,
            "stop": 816486757
        },
        {
            "start": 816486760,
            "stop": 816486777
        },
        {
            "start": 816486786,
            "stop": 816486793
        },
        {
            "start": 816486806,
            "stop": 816486815
        },
        {
            "start": 816486825,
            "stop": 816486827
        },
        {
            "start": 816486830,
            "stop": 816486831
        },
        {
            "start": 816486836,
            "stop": 816486838
        },
        {
            "start": 816486845,
            "stop": 816486847
        },
        {
            "start": 816486851,
            "stop": 816487003
        },
        {
            "start": 816487012,
            "stop": 816487166
        },
        {
            "start": 816487170,
            "stop": 816487171
        },
        {
            "start": 816487185,
            "stop": 816487441
        },
        {
            "start": 816487445,
            "stop": 816487483
        },
        {
            "start": 816487489,
            "stop": 816487503
        },
        {
            "start": 816487512,
            "stop": 816487667
        }
    ]
}