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=8871
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=8872",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8870",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8871,
    "results": [
        {
            "start": 874916321,
            "stop": 874916502
        },
        {
            "start": 874916519,
            "stop": 874916665
        },
        {
            "start": 874916695,
            "stop": 874916875
        },
        {
            "start": 874916892,
            "stop": 874917272
        },
        {
            "start": 874917289,
            "stop": 874917818
        },
        {
            "start": 874917835,
            "stop": 874918111
        },
        {
            "start": 874918128,
            "stop": 874918244
        },
        {
            "start": 874918425,
            "stop": 874918610
        },
        {
            "start": 874918627,
            "stop": 874919486
        },
        {
            "start": 874919503,
            "stop": 874919953
        },
        {
            "start": 874919970,
            "stop": 874920043
        },
        {
            "start": 874920060,
            "stop": 874920240
        },
        {
            "start": 874920300,
            "stop": 874920531
        },
        {
            "start": 874920550,
            "stop": 874920565
        },
        {
            "start": 874920582,
            "stop": 874920583
        },
        {
            "start": 874920612,
            "stop": 874921654
        },
        {
            "start": 874921671,
            "stop": 874923309
        },
        {
            "start": 874923326,
            "stop": 874923710
        },
        {
            "start": 874923790,
            "stop": 874924300
        },
        {
            "start": 874924317,
            "stop": 874924383
        }
    ]
}