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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=12",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 13,
    "results": [
        {
            "start": 817074842,
            "stop": 817076147
        },
        {
            "start": 817076160,
            "stop": 817077420
        },
        {
            "start": 817077427,
            "stop": 817077859
        },
        {
            "start": 817080202,
            "stop": 817080470
        },
        {
            "start": 817080477,
            "stop": 817080530
        },
        {
            "start": 817081349,
            "stop": 817082156
        },
        {
            "start": 817085572,
            "stop": 817088061
        },
        {
            "start": 817088210,
            "stop": 817101397
        },
        {
            "start": 817101410,
            "stop": 817103847
        },
        {
            "start": 817104793,
            "stop": 817107053
        },
        {
            "start": 817108112,
            "stop": 817111760
        },
        {
            "start": 817111773,
            "stop": 817138137
        },
        {
            "start": 817138144,
            "stop": 817150577
        },
        {
            "start": 817150590,
            "stop": 817160023
        },
        {
            "start": 817160036,
            "stop": 817163369
        },
        {
            "start": 817163382,
            "stop": 817172307
        },
        {
            "start": 817172319,
            "stop": 817178316
        },
        {
            "start": 817179724,
            "stop": 817181740
        },
        {
            "start": 817181753,
            "stop": 817193769
        },
        {
            "start": 817193782,
            "stop": 817194199
        }
    ]
}