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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1516",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1514",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1515,
    "results": [
        {
            "start": 870958046,
            "stop": 870960051
        },
        {
            "start": 870961223,
            "stop": 870980971
        },
        {
            "start": 870982122,
            "stop": 870991894
        },
        {
            "start": 870992785,
            "stop": 871002883
        },
        {
            "start": 871002886,
            "stop": 871016615
        },
        {
            "start": 871017579,
            "stop": 871032493
        },
        {
            "start": 871034076,
            "stop": 871046600
        },
        {
            "start": 871046604,
            "stop": 871047241
        },
        {
            "start": 871047244,
            "stop": 871047249
        },
        {
            "start": 871047256,
            "stop": 871054554
        },
        {
            "start": 871054558,
            "stop": 871054559
        },
        {
            "start": 871054562,
            "stop": 871057168
        },
        {
            "start": 871057346,
            "stop": 871061217
        },
        {
            "start": 871061220,
            "stop": 871061225
        },
        {
            "start": 871061709,
            "stop": 871067551
        },
        {
            "start": 871067562,
            "stop": 871067563
        },
        {
            "start": 871067571,
            "stop": 871067575
        },
        {
            "start": 871067578,
            "stop": 871070462
        },
        {
            "start": 871070610,
            "stop": 871073975
        },
        {
            "start": 871073979,
            "stop": 871073987
        }
    ]
}