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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=242",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 243,
    "results": [
        {
            "start": 1136438542,
            "stop": 1136438547
        },
        {
            "start": 1136438550,
            "stop": 1136438593
        },
        {
            "start": 1136438597,
            "stop": 1136438926
        },
        {
            "start": 1136438929,
            "stop": 1136438936
        },
        {
            "start": 1136438939,
            "stop": 1136438945
        },
        {
            "start": 1136438948,
            "stop": 1136438951
        },
        {
            "start": 1136438954,
            "stop": 1136438958
        },
        {
            "start": 1136438961,
            "stop": 1136438969
        },
        {
            "start": 1136438972,
            "stop": 1136438986
        },
        {
            "start": 1136438989,
            "stop": 1136439001
        },
        {
            "start": 1136439004,
            "stop": 1136439006
        },
        {
            "start": 1136439009,
            "stop": 1136439012
        },
        {
            "start": 1136439015,
            "stop": 1136439023
        },
        {
            "start": 1136439026,
            "stop": 1136439038
        },
        {
            "start": 1136439041,
            "stop": 1136439073
        },
        {
            "start": 1136439076,
            "stop": 1136439088
        },
        {
            "start": 1136439091,
            "stop": 1136439110
        },
        {
            "start": 1136439113,
            "stop": 1136439142
        },
        {
            "start": 1136439146,
            "stop": 1136439155
        },
        {
            "start": 1136439158,
            "stop": 1136439175
        }
    ]
}