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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1094",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1092",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1093,
    "results": [
        {
            "start": 1136403975,
            "stop": 1136403980
        },
        {
            "start": 1136403983,
            "stop": 1136403986
        },
        {
            "start": 1136403989,
            "stop": 1136403990
        },
        {
            "start": 1136403993,
            "stop": 1136403995
        },
        {
            "start": 1136403998,
            "stop": 1136404001
        },
        {
            "start": 1136404004,
            "stop": 1136404005
        },
        {
            "start": 1136404008,
            "stop": 1136404010
        },
        {
            "start": 1136404013,
            "stop": 1136404016
        },
        {
            "start": 1136404019,
            "stop": 1136404022
        },
        {
            "start": 1136404025,
            "stop": 1136404028
        },
        {
            "start": 1136404031,
            "stop": 1136404033
        },
        {
            "start": 1136404036,
            "stop": 1136404039
        },
        {
            "start": 1136404042,
            "stop": 1136404045
        },
        {
            "start": 1136404048,
            "stop": 1136404051
        },
        {
            "start": 1136404054,
            "stop": 1136404057
        },
        {
            "start": 1136404060,
            "stop": 1136404062
        },
        {
            "start": 1136404068,
            "stop": 1136404076
        },
        {
            "start": 1136404079,
            "stop": 1136404083
        },
        {
            "start": 1136404086,
            "stop": 1136404087
        },
        {
            "start": 1136404092,
            "stop": 1136404094
        }
    ]
}