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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=306",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 307,
    "results": [
        {
            "start": 941898467,
            "stop": 941898938
        },
        {
            "start": 941898943,
            "stop": 941898994
        },
        {
            "start": 941899000,
            "stop": 941899031
        },
        {
            "start": 941900441,
            "stop": 941904266
        },
        {
            "start": 941938842,
            "stop": 941950774
        },
        {
            "start": 941950782,
            "stop": 941950814
        },
        {
            "start": 941950821,
            "stop": 941950865
        },
        {
            "start": 941950871,
            "stop": 941951160
        },
        {
            "start": 941951166,
            "stop": 941951217
        },
        {
            "start": 941951223,
            "stop": 941955125
        },
        {
            "start": 941955131,
            "stop": 941956590
        },
        {
            "start": 941956595,
            "stop": 941956683
        },
        {
            "start": 941956694,
            "stop": 941959680
        },
        {
            "start": 942139555,
            "stop": 942155423
        },
        {
            "start": 942156313,
            "stop": 942158939
        },
        {
            "start": 942162482,
            "stop": 942168920
        },
        {
            "start": 942174770,
            "stop": 942175028
        },
        {
            "start": 942197140,
            "stop": 942201204
        },
        {
            "start": 942204139,
            "stop": 942208701
        },
        {
            "start": 942210317,
            "stop": 942214872
        }
    ]
}