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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=148",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 149,
    "results": [
        {
            "start": 1135053350,
            "stop": 1135053356
        },
        {
            "start": 1135053359,
            "stop": 1135053360
        },
        {
            "start": 1135053363,
            "stop": 1135053364
        },
        {
            "start": 1135053367,
            "stop": 1135053370
        },
        {
            "start": 1135053373,
            "stop": 1135053382
        },
        {
            "start": 1135053385,
            "stop": 1135053389
        },
        {
            "start": 1135053392,
            "stop": 1135053395
        },
        {
            "start": 1135053398,
            "stop": 1135053404
        },
        {
            "start": 1135053407,
            "stop": 1135053411
        },
        {
            "start": 1135053414,
            "stop": 1135053418
        },
        {
            "start": 1135053421,
            "stop": 1135053425
        },
        {
            "start": 1135053428,
            "stop": 1135053429
        },
        {
            "start": 1135053432,
            "stop": 1135053438
        },
        {
            "start": 1135053441,
            "stop": 1135053444
        },
        {
            "start": 1135053447,
            "stop": 1135053450
        },
        {
            "start": 1135053453,
            "stop": 1135053455
        },
        {
            "start": 1135053458,
            "stop": 1135053460
        },
        {
            "start": 1135053464,
            "stop": 1135053471
        },
        {
            "start": 1135053474,
            "stop": 1135053479
        },
        {
            "start": 1135053482,
            "stop": 1135053484
        }
    ]
}