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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3792",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3790",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3791,
    "results": [
        {
            "start": 874479060,
            "stop": 874479101
        },
        {
            "start": 874479118,
            "stop": 874479711
        },
        {
            "start": 874479728,
            "stop": 874481688
        },
        {
            "start": 874481705,
            "stop": 874482412
        },
        {
            "start": 874482430,
            "stop": 874482432
        },
        {
            "start": 874482449,
            "stop": 874482657
        },
        {
            "start": 874482674,
            "stop": 874482819
        },
        {
            "start": 874482836,
            "stop": 874482851
        },
        {
            "start": 874482869,
            "stop": 874483631
        },
        {
            "start": 874483648,
            "stop": 874483681
        },
        {
            "start": 874483712,
            "stop": 874484212
        },
        {
            "start": 874484229,
            "stop": 874484248
        },
        {
            "start": 874484265,
            "stop": 874485565
        },
        {
            "start": 874485582,
            "stop": 874485674
        },
        {
            "start": 874485691,
            "stop": 874486215
        },
        {
            "start": 874486232,
            "stop": 874486819
        },
        {
            "start": 874486836,
            "stop": 874486978
        },
        {
            "start": 874486996,
            "stop": 874487208
        },
        {
            "start": 874487225,
            "stop": 874487563
        },
        {
            "start": 874487580,
            "stop": 874487761
        }
    ]
}