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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=268",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 269,
    "results": [
        {
            "start": 1136514156,
            "stop": 1136514174
        },
        {
            "start": 1136514177,
            "stop": 1136514202
        },
        {
            "start": 1136514206,
            "stop": 1136514213
        },
        {
            "start": 1136514216,
            "stop": 1136514249
        },
        {
            "start": 1136514252,
            "stop": 1136514258
        },
        {
            "start": 1136514261,
            "stop": 1136514275
        },
        {
            "start": 1136514278,
            "stop": 1136514333
        },
        {
            "start": 1136514339,
            "stop": 1136514343
        },
        {
            "start": 1136514346,
            "stop": 1136514348
        },
        {
            "start": 1136514351,
            "stop": 1136514354
        },
        {
            "start": 1136514357,
            "stop": 1136514364
        },
        {
            "start": 1136514367,
            "stop": 1136514380
        },
        {
            "start": 1136514383,
            "stop": 1136514398
        },
        {
            "start": 1136514403,
            "stop": 1136514408
        },
        {
            "start": 1136514411,
            "stop": 1136514415
        },
        {
            "start": 1136514418,
            "stop": 1136514436
        },
        {
            "start": 1136514441,
            "stop": 1136514443
        },
        {
            "start": 1136514446,
            "stop": 1136514447
        },
        {
            "start": 1136514450,
            "stop": 1136514453
        },
        {
            "start": 1136514456,
            "stop": 1136514457
        }
    ]
}