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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=295",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 296,
    "results": [
        {
            "start": 869568803,
            "stop": 869568820
        },
        {
            "start": 869568823,
            "stop": 869568866
        },
        {
            "start": 869568870,
            "stop": 869568881
        },
        {
            "start": 869568888,
            "stop": 869568925
        },
        {
            "start": 869568930,
            "stop": 869568962
        },
        {
            "start": 869568967,
            "stop": 869568992
        },
        {
            "start": 869568995,
            "stop": 869569034
        },
        {
            "start": 869569039,
            "stop": 869569049
        },
        {
            "start": 869569055,
            "stop": 869569066
        },
        {
            "start": 869569071,
            "stop": 869569111
        },
        {
            "start": 869569114,
            "stop": 869569132
        },
        {
            "start": 869569137,
            "stop": 869569143
        },
        {
            "start": 869569149,
            "stop": 869569154
        },
        {
            "start": 869569157,
            "stop": 869569169
        },
        {
            "start": 869569176,
            "stop": 869569190
        },
        {
            "start": 869569197,
            "stop": 869569219
        },
        {
            "start": 869569233,
            "stop": 869569244
        },
        {
            "start": 869569254,
            "stop": 869569263
        },
        {
            "start": 869569271,
            "stop": 869569290
        },
        {
            "start": 869569293,
            "stop": 869569306
        }
    ]
}