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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=267",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 268,
    "results": [
        {
            "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
        },
        {
            "start": 1136513987,
            "stop": 1136514024
        },
        {
            "start": 1136514027,
            "stop": 1136514047
        },
        {
            "start": 1136514050,
            "stop": 1136514057
        },
        {
            "start": 1136514060,
            "stop": 1136514083
        },
        {
            "start": 1136514086,
            "stop": 1136514095
        },
        {
            "start": 1136514098,
            "stop": 1136514130
        },
        {
            "start": 1136514140,
            "stop": 1136514153
        }
    ]
}