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=9928
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=9929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9927",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9928,
    "results": [
        {
            "start": 874916484,
            "stop": 874916502
        },
        {
            "start": 874916519,
            "stop": 874916665
        },
        {
            "start": 874916695,
            "stop": 874916875
        },
        {
            "start": 874916892,
            "stop": 874916986
        },
        {
            "start": 874917003,
            "stop": 874917159
        },
        {
            "start": 874917176,
            "stop": 874917191
        },
        {
            "start": 874917208,
            "stop": 874917209
        },
        {
            "start": 874917230,
            "stop": 874917254
        },
        {
            "start": 874917271,
            "stop": 874917272
        },
        {
            "start": 874917289,
            "stop": 874917734
        },
        {
            "start": 874917751,
            "stop": 874917818
        },
        {
            "start": 874917835,
            "stop": 874918111
        },
        {
            "start": 874918128,
            "stop": 874918182
        },
        {
            "start": 874918199,
            "stop": 874918244
        },
        {
            "start": 874918425,
            "stop": 874918610
        },
        {
            "start": 874918627,
            "stop": 874918631
        },
        {
            "start": 874918648,
            "stop": 874919008
        },
        {
            "start": 874919025,
            "stop": 874919111
        },
        {
            "start": 874919128,
            "stop": 874919148
        },
        {
            "start": 874919165,
            "stop": 874919166
        }
    ]
}