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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8861",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8862,
    "results": [
        {
            "start": 874767301,
            "stop": 874767332
        },
        {
            "start": 874767660,
            "stop": 874767736
        },
        {
            "start": 874786169,
            "stop": 874786680
        },
        {
            "start": 874786740,
            "stop": 874786903
        },
        {
            "start": 874787040,
            "stop": 874787100
        },
        {
            "start": 874787340,
            "stop": 874787584
        },
        {
            "start": 874787857,
            "stop": 874788107
        },
        {
            "start": 874788310,
            "stop": 874788381
        },
        {
            "start": 874788385,
            "stop": 874788480
        },
        {
            "start": 874788540,
            "stop": 874789490
        },
        {
            "start": 874789630,
            "stop": 874789972
        },
        {
            "start": 874790092,
            "stop": 874790490
        },
        {
            "start": 874790558,
            "stop": 874790760
        },
        {
            "start": 874790820,
            "stop": 874791300
        },
        {
            "start": 874791360,
            "stop": 874791600
        },
        {
            "start": 874791660,
            "stop": 874791780
        },
        {
            "start": 874791900,
            "stop": 874791964
        },
        {
            "start": 874792166,
            "stop": 874792800
        },
        {
            "start": 874792860,
            "stop": 874792920
        },
        {
            "start": 874793040,
            "stop": 874793280
        }
    ]
}