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=300
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=301",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=299",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 300,
    "results": [
        {
            "start": 969035806,
            "stop": 969035812
        },
        {
            "start": 969035816,
            "stop": 969035839
        },
        {
            "start": 969035843,
            "stop": 969035858
        },
        {
            "start": 969035863,
            "stop": 969035881
        },
        {
            "start": 969035914,
            "stop": 969035919
        },
        {
            "start": 969035922,
            "stop": 969035992
        },
        {
            "start": 969035996,
            "stop": 969036006
        },
        {
            "start": 969036012,
            "stop": 969036022
        },
        {
            "start": 969036028,
            "stop": 969036030
        },
        {
            "start": 969036035,
            "stop": 969036107
        },
        {
            "start": 969036110,
            "stop": 969036218
        },
        {
            "start": 969036229,
            "stop": 969037496
        },
        {
            "start": 969037504,
            "stop": 969037519
        },
        {
            "start": 969037522,
            "stop": 969037523
        },
        {
            "start": 969037527,
            "stop": 969037793
        },
        {
            "start": 969037802,
            "stop": 969037818
        },
        {
            "start": 969037823,
            "stop": 969037930
        },
        {
            "start": 969037939,
            "stop": 969037941
        },
        {
            "start": 969037955,
            "stop": 969037957
        },
        {
            "start": 969037962,
            "stop": 969037963
        }
    ]
}