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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=115",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 116,
    "results": [
        {
            "start": 826667018,
            "stop": 826667059
        },
        {
            "start": 826667062,
            "stop": 826667098
        },
        {
            "start": 826667107,
            "stop": 826667127
        },
        {
            "start": 826667137,
            "stop": 826667142
        },
        {
            "start": 826667146,
            "stop": 826667371
        },
        {
            "start": 826670429,
            "stop": 826681239
        },
        {
            "start": 826688264,
            "stop": 826700209
        },
        {
            "start": 826701367,
            "stop": 826709173
        },
        {
            "start": 826710267,
            "stop": 826717513
        },
        {
            "start": 826718191,
            "stop": 826718262
        },
        {
            "start": 826719448,
            "stop": 826724353
        },
        {
            "start": 826725361,
            "stop": 826727494
        },
        {
            "start": 826727495,
            "stop": 826730473
        },
        {
            "start": 826733464,
            "stop": 826744873
        },
        {
            "start": 826747456,
            "stop": 826756289
        },
        {
            "start": 826756294,
            "stop": 826763610
        },
        {
            "start": 826763615,
            "stop": 826801513
        },
        {
            "start": 826802736,
            "stop": 826804205
        },
        {
            "start": 826806156,
            "stop": 826813308
        },
        {
            "start": 826814227,
            "stop": 826814277
        }
    ]
}