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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5075",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5073",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5074,
    "results": [
        {
            "start": 874629729,
            "stop": 874629735
        },
        {
            "start": 874629754,
            "stop": 874629762
        },
        {
            "start": 874629782,
            "stop": 874629840
        },
        {
            "start": 874629859,
            "stop": 874629886
        },
        {
            "start": 874629905,
            "stop": 874629974
        },
        {
            "start": 874629999,
            "stop": 874630098
        },
        {
            "start": 874630117,
            "stop": 874630291
        },
        {
            "start": 874630310,
            "stop": 874630355
        },
        {
            "start": 874630374,
            "stop": 874630426
        },
        {
            "start": 874630445,
            "stop": 874630522
        },
        {
            "start": 874630541,
            "stop": 874630566
        },
        {
            "start": 874630585,
            "stop": 874630612
        },
        {
            "start": 874630631,
            "stop": 874630640
        },
        {
            "start": 874630659,
            "stop": 874630824
        },
        {
            "start": 874630848,
            "stop": 874630868
        },
        {
            "start": 874630887,
            "stop": 874630913
        },
        {
            "start": 874630932,
            "stop": 874630987
        },
        {
            "start": 874631028,
            "stop": 874631054
        },
        {
            "start": 874631073,
            "stop": 874631128
        },
        {
            "start": 874631148,
            "stop": 874631157
        }
    ]
}