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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=212",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 213,
    "results": [
        {
            "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
        },
        {
            "start": 1136404100,
            "stop": 1136404102
        },
        {
            "start": 1136404105,
            "stop": 1136404106
        },
        {
            "start": 1136404109,
            "stop": 1136404112
        }
    ]
}