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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=327",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 328,
    "results": [
        {
            "start": 863729345,
            "stop": 863750182
        },
        {
            "start": 863750774,
            "stop": 863765278
        },
        {
            "start": 863766156,
            "stop": 863778648
        },
        {
            "start": 863779401,
            "stop": 863790831
        },
        {
            "start": 863790941,
            "stop": 863791511
        },
        {
            "start": 863792694,
            "stop": 863793852
        },
        {
            "start": 863793911,
            "stop": 863802633
        },
        {
            "start": 863802808,
            "stop": 863812265
        },
        {
            "start": 863812335,
            "stop": 863813234
        },
        {
            "start": 863814427,
            "stop": 863814845
        },
        {
            "start": 863815100,
            "stop": 863817283
        },
        {
            "start": 863818677,
            "stop": 863819629
        },
        {
            "start": 863820433,
            "stop": 863833680
        },
        {
            "start": 863833762,
            "stop": 863854693
        },
        {
            "start": 863855691,
            "stop": 863872146
        },
        {
            "start": 863872395,
            "stop": 863872531
        },
        {
            "start": 863872801,
            "stop": 863875017
        },
        {
            "start": 863875174,
            "stop": 863876214
        },
        {
            "start": 863876294,
            "stop": 863877484
        },
        {
            "start": 863903542,
            "stop": 863904191
        }
    ]
}