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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=83",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 84,
    "results": [
        {
            "start": 816563711,
            "stop": 816564272
        },
        {
            "start": 816564275,
            "stop": 816565028
        },
        {
            "start": 816565034,
            "stop": 816567553
        },
        {
            "start": 816568930,
            "stop": 816569763
        },
        {
            "start": 816569770,
            "stop": 816570935
        },
        {
            "start": 816570939,
            "stop": 816571443
        },
        {
            "start": 816571446,
            "stop": 816571832
        },
        {
            "start": 816571838,
            "stop": 816571894
        },
        {
            "start": 816571898,
            "stop": 816572731
        },
        {
            "start": 816572738,
            "stop": 816573324
        },
        {
            "start": 816573328,
            "stop": 816573345
        },
        {
            "start": 816573351,
            "stop": 816573691
        },
        {
            "start": 816573695,
            "stop": 816573866
        },
        {
            "start": 816573869,
            "stop": 816573884
        },
        {
            "start": 816573895,
            "stop": 816573902
        },
        {
            "start": 816573911,
            "stop": 816574102
        },
        {
            "start": 816574110,
            "stop": 816574135
        },
        {
            "start": 816574139,
            "stop": 816577224
        },
        {
            "start": 816577228,
            "stop": 816577241
        },
        {
            "start": 816577257,
            "stop": 816578279
        }
    ]
}