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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5198",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5199,
    "results": [
        {
            "start": 874863567,
            "stop": 874863893
        },
        {
            "start": 874863900,
            "stop": 874864130
        },
        {
            "start": 874864137,
            "stop": 874864178
        },
        {
            "start": 874864185,
            "stop": 874864232
        },
        {
            "start": 874864239,
            "stop": 874864289
        },
        {
            "start": 874864297,
            "stop": 874864305
        },
        {
            "start": 874864312,
            "stop": 874864331
        },
        {
            "start": 874864339,
            "stop": 874864400
        },
        {
            "start": 874864407,
            "stop": 874864418
        },
        {
            "start": 874864425,
            "stop": 874864532
        },
        {
            "start": 874864932,
            "stop": 874864933
        },
        {
            "start": 874864941,
            "stop": 874864948
        },
        {
            "start": 874864956,
            "stop": 874864969
        },
        {
            "start": 874865289,
            "stop": 874865307
        },
        {
            "start": 874865314,
            "stop": 874865364
        },
        {
            "start": 874865371,
            "stop": 874865413
        },
        {
            "start": 874865421,
            "stop": 874865739
        },
        {
            "start": 874865746,
            "stop": 874865832
        },
        {
            "start": 874865839,
            "stop": 874865872
        },
        {
            "start": 874865880,
            "stop": 874865918
        }
    ]
}