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_CAT3/segments?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=3",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 4,
    "results": [
        {
            "start": 1126083704,
            "stop": 1126083991
        },
        {
            "start": 1126083992,
            "stop": 1126084197
        },
        {
            "start": 1126084199,
            "stop": 1126084280
        },
        {
            "start": 1126084281,
            "stop": 1126084366
        },
        {
            "start": 1126084367,
            "stop": 1126084536
        },
        {
            "start": 1126084543,
            "stop": 1126084716
        },
        {
            "start": 1126084717,
            "stop": 1126085039
        },
        {
            "start": 1126085041,
            "stop": 1126085103
        },
        {
            "start": 1126085104,
            "stop": 1126085381
        },
        {
            "start": 1126085382,
            "stop": 1126085513
        },
        {
            "start": 1126085514,
            "stop": 1126085738
        },
        {
            "start": 1126085739,
            "stop": 1126086067
        },
        {
            "start": 1126086069,
            "stop": 1126086259
        },
        {
            "start": 1126086263,
            "stop": 1126086433
        },
        {
            "start": 1126086434,
            "stop": 1126086728
        },
        {
            "start": 1126086729,
            "stop": 1126086763
        },
        {
            "start": 1126086764,
            "stop": 1126086796
        },
        {
            "start": 1126086797,
            "stop": 1126086864
        },
        {
            "start": 1126086867,
            "stop": 1126087149
        },
        {
            "start": 1126087150,
            "stop": 1126087430
        }
    ]
}