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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=25",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 26,
    "results": [
        {
            "start": 934948737,
            "stop": 934948750
        },
        {
            "start": 934948766,
            "stop": 934948798
        },
        {
            "start": 934948804,
            "stop": 934948823
        },
        {
            "start": 934948829,
            "stop": 934948837
        },
        {
            "start": 934948848,
            "stop": 934948871
        },
        {
            "start": 934948877,
            "stop": 934948881
        },
        {
            "start": 934948887,
            "stop": 934948890
        },
        {
            "start": 934948906,
            "stop": 934948920
        },
        {
            "start": 934948930,
            "stop": 934948958
        },
        {
            "start": 934948964,
            "stop": 934948987
        },
        {
            "start": 934948993,
            "stop": 934949002
        },
        {
            "start": 934949007,
            "stop": 934949021
        },
        {
            "start": 934949027,
            "stop": 934949045
        },
        {
            "start": 934949060,
            "stop": 934949064
        },
        {
            "start": 934949070,
            "stop": 934949117
        },
        {
            "start": 934949122,
            "stop": 934949146
        },
        {
            "start": 934949152,
            "stop": 934949198
        },
        {
            "start": 934949205,
            "stop": 934949279
        },
        {
            "start": 934949285,
            "stop": 934949289
        },
        {
            "start": 934949295,
            "stop": 934949375
        }
    ]
}