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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=48",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 49,
    "results": [
        {
            "start": 932038336,
            "stop": 932038558
        },
        {
            "start": 932038598,
            "stop": 932038600
        },
        {
            "start": 932041014,
            "stop": 932041381
        },
        {
            "start": 932041400,
            "stop": 932046762
        },
        {
            "start": 932046781,
            "stop": 932054951
        },
        {
            "start": 932055251,
            "stop": 932059386
        },
        {
            "start": 932059407,
            "stop": 932059792
        },
        {
            "start": 932059811,
            "stop": 932059901
        },
        {
            "start": 932063232,
            "stop": 932065151
        },
        {
            "start": 932065178,
            "stop": 932066043
        },
        {
            "start": 932066046,
            "stop": 932066065
        },
        {
            "start": 932066067,
            "stop": 932066149
        },
        {
            "start": 932066150,
            "stop": 932066153
        },
        {
            "start": 932066179,
            "stop": 932066255
        },
        {
            "start": 932066651,
            "stop": 932066665
        },
        {
            "start": 932066666,
            "stop": 932066670
        },
        {
            "start": 932066672,
            "stop": 932066685
        },
        {
            "start": 932066686,
            "stop": 932066687
        },
        {
            "start": 932066711,
            "stop": 932066720
        },
        {
            "start": 932066722,
            "stop": 932066728
        }
    ]
}