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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=63",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 64,
    "results": [
        {
            "start": 817944849,
            "stop": 817945218
        },
        {
            "start": 817945235,
            "stop": 817946085
        },
        {
            "start": 817946102,
            "stop": 817946160
        },
        {
            "start": 817946220,
            "stop": 817946483
        },
        {
            "start": 817946500,
            "stop": 817947164
        },
        {
            "start": 817947181,
            "stop": 817947503
        },
        {
            "start": 817947520,
            "stop": 817949041
        },
        {
            "start": 817949058,
            "stop": 817949350
        },
        {
            "start": 817949367,
            "stop": 817949411
        },
        {
            "start": 817949428,
            "stop": 817950159
        },
        {
            "start": 817950176,
            "stop": 817950452
        },
        {
            "start": 817950469,
            "stop": 817951014
        },
        {
            "start": 817951031,
            "stop": 817951089
        },
        {
            "start": 817951106,
            "stop": 817951127
        },
        {
            "start": 817951144,
            "stop": 817951244
        },
        {
            "start": 817951261,
            "stop": 817952287
        },
        {
            "start": 817952304,
            "stop": 817953005
        },
        {
            "start": 817959916,
            "stop": 817960569
        },
        {
            "start": 817960586,
            "stop": 817961672
        },
        {
            "start": 817961689,
            "stop": 817961878
        }
    ]
}