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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=62",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 63,
    "results": [
        {
            "start": 1129776813,
            "stop": 1129777401
        },
        {
            "start": 1129777402,
            "stop": 1129777891
        },
        {
            "start": 1129786110,
            "stop": 1129788555
        },
        {
            "start": 1129788556,
            "stop": 1129789252
        },
        {
            "start": 1129789253,
            "stop": 1129790629
        },
        {
            "start": 1129790630,
            "stop": 1129790631
        },
        {
            "start": 1129790635,
            "stop": 1129795214
        },
        {
            "start": 1129795215,
            "stop": 1129795795
        },
        {
            "start": 1129795797,
            "stop": 1129797480
        },
        {
            "start": 1129797481,
            "stop": 1129797735
        },
        {
            "start": 1129797736,
            "stop": 1129800324
        },
        {
            "start": 1129800325,
            "stop": 1129800360
        },
        {
            "start": 1129800362,
            "stop": 1129800383
        },
        {
            "start": 1129800384,
            "stop": 1129800675
        },
        {
            "start": 1129800676,
            "stop": 1129800714
        },
        {
            "start": 1129800716,
            "stop": 1129800820
        },
        {
            "start": 1129800821,
            "stop": 1129800876
        },
        {
            "start": 1129800877,
            "stop": 1129800886
        },
        {
            "start": 1129800889,
            "stop": 1129800896
        },
        {
            "start": 1129800897,
            "stop": 1129800905
        }
    ]
}