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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=25",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 26,
    "results": [
        {
            "start": 818962176,
            "stop": 818971187
        },
        {
            "start": 818971762,
            "stop": 818975904
        },
        {
            "start": 818975936,
            "stop": 818979008
        },
        {
            "start": 818979040,
            "stop": 819018784
        },
        {
            "start": 819018816,
            "stop": 819021024
        },
        {
            "start": 819021056,
            "stop": 819024864
        },
        {
            "start": 819024896,
            "stop": 819028033
        },
        {
            "start": 819041055,
            "stop": 819044172
        },
        {
            "start": 819047310,
            "stop": 819053152
        },
        {
            "start": 819053184,
            "stop": 819056480
        },
        {
            "start": 819056512,
            "stop": 819056704
        },
        {
            "start": 819056736,
            "stop": 819057905
        },
        {
            "start": 819058808,
            "stop": 819058944
        },
        {
            "start": 819058976,
            "stop": 819059616
        },
        {
            "start": 819059648,
            "stop": 819064000
        },
        {
            "start": 819064032,
            "stop": 819068930
        },
        {
            "start": 819068933,
            "stop": 819079488
        },
        {
            "start": 819079520,
            "stop": 819081344
        },
        {
            "start": 819081376,
            "stop": 819083456
        },
        {
            "start": 819083488,
            "stop": 819088416
        }
    ]
}