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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=258",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 259,
    "results": [
        {
            "start": 1136476672,
            "stop": 1136477871
        },
        {
            "start": 1136477874,
            "stop": 1136479759
        },
        {
            "start": 1136482802,
            "stop": 1136485051
        },
        {
            "start": 1136485053,
            "stop": 1136491299
        },
        {
            "start": 1136491308,
            "stop": 1136492724
        },
        {
            "start": 1136492726,
            "stop": 1136496352
        },
        {
            "start": 1136496361,
            "stop": 1136510395
        },
        {
            "start": 1136510403,
            "stop": 1136511263
        },
        {
            "start": 1136511269,
            "stop": 1136511270
        },
        {
            "start": 1136511273,
            "stop": 1136511275
        },
        {
            "start": 1136511278,
            "stop": 1136511280
        },
        {
            "start": 1136511283,
            "stop": 1136511291
        },
        {
            "start": 1136511295,
            "stop": 1136511296
        },
        {
            "start": 1136511299,
            "stop": 1136511304
        },
        {
            "start": 1136511307,
            "stop": 1136511312
        },
        {
            "start": 1136511315,
            "stop": 1136511320
        },
        {
            "start": 1136511323,
            "stop": 1136511331
        },
        {
            "start": 1136511334,
            "stop": 1136511339
        },
        {
            "start": 1136511342,
            "stop": 1136511348
        },
        {
            "start": 1136511351,
            "stop": 1136511352
        }
    ]
}