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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=479",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=477",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 478,
    "results": [
        {
            "start": 821789803,
            "stop": 821789835
        },
        {
            "start": 821789838,
            "stop": 821789855
        },
        {
            "start": 821789858,
            "stop": 821789859
        },
        {
            "start": 821789862,
            "stop": 821789906
        },
        {
            "start": 821789909,
            "stop": 821789942
        },
        {
            "start": 821789945,
            "stop": 821789953
        },
        {
            "start": 821789956,
            "stop": 821789963
        },
        {
            "start": 821789966,
            "stop": 821789975
        },
        {
            "start": 821789978,
            "stop": 821789981
        },
        {
            "start": 821789984,
            "stop": 821789986
        },
        {
            "start": 821789989,
            "stop": 821789992
        },
        {
            "start": 821789995,
            "stop": 821789996
        },
        {
            "start": 821789999,
            "stop": 821790002
        },
        {
            "start": 821790007,
            "stop": 821790011
        },
        {
            "start": 821790014,
            "stop": 821790019
        },
        {
            "start": 821790022,
            "stop": 821790032
        },
        {
            "start": 821790035,
            "stop": 821790036
        },
        {
            "start": 821790039,
            "stop": 821790047
        },
        {
            "start": 821790050,
            "stop": 821790063
        },
        {
            "start": 821790066,
            "stop": 821790067
        }
    ]
}