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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=48",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 49,
    "results": [
        {
            "start": 1129748620,
            "stop": 1129750112
        },
        {
            "start": 1129750119,
            "stop": 1129754129
        },
        {
            "start": 1129754137,
            "stop": 1129759269
        },
        {
            "start": 1129759276,
            "stop": 1129763582
        },
        {
            "start": 1129763589,
            "stop": 1129763714
        },
        {
            "start": 1129763721,
            "stop": 1129776812
        },
        {
            "start": 1129776813,
            "stop": 1129777398
        },
        {
            "start": 1129777405,
            "stop": 1129777891
        },
        {
            "start": 1129786110,
            "stop": 1129788555
        },
        {
            "start": 1129788556,
            "stop": 1129789249
        },
        {
            "start": 1129789256,
            "stop": 1129790628
        },
        {
            "start": 1129790638,
            "stop": 1129795211
        },
        {
            "start": 1129795218,
            "stop": 1129795792
        },
        {
            "start": 1129795800,
            "stop": 1129797480
        },
        {
            "start": 1129797481,
            "stop": 1129797732
        },
        {
            "start": 1129797739,
            "stop": 1129800324
        },
        {
            "start": 1129800325,
            "stop": 1129800360
        },
        {
            "start": 1129800362,
            "stop": 1129800383
        },
        {
            "start": 1129800384,
            "stop": 1129800675
        },
        {
            "start": 1129800676,
            "stop": 1129800714
        }
    ]
}