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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=72",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 73,
    "results": [
        {
            "start": 816477833,
            "stop": 816477836
        },
        {
            "start": 816477839,
            "stop": 816478075
        },
        {
            "start": 816478080,
            "stop": 816478118
        },
        {
            "start": 816478122,
            "stop": 816478315
        },
        {
            "start": 816478318,
            "stop": 816478321
        },
        {
            "start": 816478326,
            "stop": 816478695
        },
        {
            "start": 816478700,
            "stop": 816478844
        },
        {
            "start": 816478849,
            "stop": 816478852
        },
        {
            "start": 816478857,
            "stop": 816478867
        },
        {
            "start": 816478871,
            "stop": 816479130
        },
        {
            "start": 816479134,
            "stop": 816479292
        },
        {
            "start": 816479297,
            "stop": 816479322
        },
        {
            "start": 816479331,
            "stop": 816479470
        },
        {
            "start": 816479473,
            "stop": 816479484
        },
        {
            "start": 816479488,
            "stop": 816479873
        },
        {
            "start": 816479876,
            "stop": 816480058
        },
        {
            "start": 816480065,
            "stop": 816480110
        },
        {
            "start": 816480114,
            "stop": 816480116
        },
        {
            "start": 816480121,
            "stop": 816480122
        },
        {
            "start": 816480130,
            "stop": 816480132
        }
    ]
}