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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=67",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 68,
    "results": [
        {
            "start": 817352166,
            "stop": 817353120
        },
        {
            "start": 817353180,
            "stop": 817353353
        },
        {
            "start": 817353587,
            "stop": 817354010
        },
        {
            "start": 817354027,
            "stop": 817354035
        },
        {
            "start": 817354052,
            "stop": 817355378
        },
        {
            "start": 817355498,
            "stop": 817355701
        },
        {
            "start": 817355821,
            "stop": 817356420
        },
        {
            "start": 817356480,
            "stop": 817358316
        },
        {
            "start": 817358333,
            "stop": 817360509
        },
        {
            "start": 817360629,
            "stop": 817361306
        },
        {
            "start": 817361426,
            "stop": 817361640
        },
        {
            "start": 817361643,
            "stop": 817362356
        },
        {
            "start": 817363929,
            "stop": 817364100
        },
        {
            "start": 817364160,
            "stop": 817367160
        },
        {
            "start": 817367280,
            "stop": 817369676
        },
        {
            "start": 817369796,
            "stop": 817370251
        },
        {
            "start": 817370255,
            "stop": 817370280
        },
        {
            "start": 817370400,
            "stop": 817371732
        },
        {
            "start": 817371749,
            "stop": 817371921
        },
        {
            "start": 817372041,
            "stop": 817374784
        }
    ]
}