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=1148
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=1149",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1147",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1148,
    "results": [
        {
            "start": 1136513617,
            "stop": 1136513635
        },
        {
            "start": 1136513638,
            "stop": 1136513648
        },
        {
            "start": 1136513655,
            "stop": 1136513661
        },
        {
            "start": 1136513664,
            "stop": 1136513692
        },
        {
            "start": 1136513695,
            "stop": 1136513700
        },
        {
            "start": 1136513703,
            "stop": 1136513711
        },
        {
            "start": 1136513714,
            "stop": 1136513728
        },
        {
            "start": 1136513731,
            "stop": 1136513767
        },
        {
            "start": 1136513774,
            "stop": 1136513782
        },
        {
            "start": 1136513785,
            "stop": 1136513797
        },
        {
            "start": 1136513800,
            "stop": 1136513803
        },
        {
            "start": 1136513806,
            "stop": 1136513816
        },
        {
            "start": 1136513819,
            "stop": 1136513827
        },
        {
            "start": 1136513830,
            "stop": 1136513860
        },
        {
            "start": 1136513863,
            "stop": 1136513872
        },
        {
            "start": 1136513875,
            "stop": 1136513900
        },
        {
            "start": 1136513904,
            "stop": 1136513913
        },
        {
            "start": 1136513916,
            "stop": 1136513942
        },
        {
            "start": 1136513945,
            "stop": 1136513964
        },
        {
            "start": 1136513967,
            "stop": 1136513983
        }
    ]
}