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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=84",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 85,
    "results": [
        {
            "start": 827350198,
            "stop": 827352193
        },
        {
            "start": 827356117,
            "stop": 827357149
        },
        {
            "start": 827362143,
            "stop": 827365333
        },
        {
            "start": 827370256,
            "stop": 827404666
        },
        {
            "start": 827405773,
            "stop": 827410052
        },
        {
            "start": 827410919,
            "stop": 827417593
        },
        {
            "start": 827417624,
            "stop": 827417626
        },
        {
            "start": 827417706,
            "stop": 827419814
        },
        {
            "start": 827419896,
            "stop": 827430253
        },
        {
            "start": 827430293,
            "stop": 827430294
        },
        {
            "start": 827430692,
            "stop": 827441413
        },
        {
            "start": 827443842,
            "stop": 827447506
        },
        {
            "start": 827449326,
            "stop": 827451133
        },
        {
            "start": 827453345,
            "stop": 827458533
        },
        {
            "start": 827461014,
            "stop": 827461153
        },
        {
            "start": 827461288,
            "stop": 827481787
        },
        {
            "start": 827488234,
            "stop": 827494236
        },
        {
            "start": 827495966,
            "stop": 827496673
        },
        {
            "start": 827497726,
            "stop": 827499613
        },
        {
            "start": 827500822,
            "stop": 827505913
        }
    ]
}