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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=274",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 275,
    "results": [
        {
            "start": 1136923544,
            "stop": 1136924519
        },
        {
            "start": 1136924527,
            "stop": 1136927118
        },
        {
            "start": 1136927550,
            "stop": 1136930091
        },
        {
            "start": 1136953663,
            "stop": 1136965340
        },
        {
            "start": 1136965348,
            "stop": 1136973485
        },
        {
            "start": 1136973493,
            "stop": 1136975210
        },
        {
            "start": 1136975218,
            "stop": 1136990076
        },
        {
            "start": 1136990084,
            "stop": 1136993750
        },
        {
            "start": 1136993758,
            "stop": 1136995510
        },
        {
            "start": 1136995518,
            "stop": 1136996341
        },
        {
            "start": 1136996349,
            "stop": 1137002455
        },
        {
            "start": 1137022301,
            "stop": 1137030355
        },
        {
            "start": 1137030507,
            "stop": 1137030916
        },
        {
            "start": 1137040346,
            "stop": 1137042669
        },
        {
            "start": 1137042672,
            "stop": 1137042883
        },
        {
            "start": 1137042891,
            "stop": 1137045359
        },
        {
            "start": 1137045361,
            "stop": 1137056963
        },
        {
            "start": 1137056971,
            "stop": 1137063489
        },
        {
            "start": 1137063497,
            "stop": 1137070758
        },
        {
            "start": 1137070766,
            "stop": 1137071628
        }
    ]
}