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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8816",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8814",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8815,
    "results": [
        {
            "start": 874116600,
            "stop": 874116660
        },
        {
            "start": 874116720,
            "stop": 874117260
        },
        {
            "start": 874117320,
            "stop": 874117440
        },
        {
            "start": 874117620,
            "stop": 874117740
        },
        {
            "start": 874117920,
            "stop": 874118040
        },
        {
            "start": 874118100,
            "stop": 874118220
        },
        {
            "start": 874118280,
            "stop": 874118520
        },
        {
            "start": 874118760,
            "stop": 874118880
        },
        {
            "start": 874119000,
            "stop": 874119480
        },
        {
            "start": 874119540,
            "stop": 874119720
        },
        {
            "start": 874119780,
            "stop": 874119840
        },
        {
            "start": 874119960,
            "stop": 874120020
        },
        {
            "start": 874120260,
            "stop": 874120320
        },
        {
            "start": 874120485,
            "stop": 874120500
        },
        {
            "start": 874120680,
            "stop": 874120800
        },
        {
            "start": 874120980,
            "stop": 874121040
        },
        {
            "start": 874121220,
            "stop": 874121340
        },
        {
            "start": 874121460,
            "stop": 874121520
        },
        {
            "start": 874121580,
            "stop": 874122299
        },
        {
            "start": 874122419,
            "stop": 874123286
        }
    ]
}