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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3830",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3828",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3829,
    "results": [
        {
            "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
        },
        {
            "start": 874919183,
            "stop": 874919233
        },
        {
            "start": 874919250,
            "stop": 874919317
        },
        {
            "start": 874919334,
            "stop": 874919485
        },
        {
            "start": 874919504,
            "stop": 874919537
        },
        {
            "start": 874919570,
            "stop": 874919895
        },
        {
            "start": 874919912,
            "stop": 874919953
        },
        {
            "start": 874919970,
            "stop": 874920043
        },
        {
            "start": 874920061,
            "stop": 874920284
        }
    ]
}