Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=274
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=273",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 274,
    "results": [
        {
            "start": 1126923711,
            "stop": 1126923713
        },
        {
            "start": 1126923714,
            "stop": 1126923716
        },
        {
            "start": 1126923717,
            "stop": 1126923721
        },
        {
            "start": 1126923722,
            "stop": 1126923726
        },
        {
            "start": 1126923727,
            "stop": 1126923730
        },
        {
            "start": 1126923732,
            "stop": 1126923736
        },
        {
            "start": 1126923737,
            "stop": 1126923743
        },
        {
            "start": 1126923744,
            "stop": 1126923749
        },
        {
            "start": 1126923750,
            "stop": 1126923751
        },
        {
            "start": 1126923752,
            "stop": 1126923761
        },
        {
            "start": 1126923763,
            "stop": 1126923765
        },
        {
            "start": 1126923766,
            "stop": 1126923769
        },
        {
            "start": 1126923771,
            "stop": 1126923777
        },
        {
            "start": 1126923778,
            "stop": 1126923786
        },
        {
            "start": 1126923787,
            "stop": 1126923791
        },
        {
            "start": 1126923793,
            "stop": 1126923801
        },
        {
            "start": 1126923802,
            "stop": 1126923817
        },
        {
            "start": 1126923819,
            "stop": 1126923825
        },
        {
            "start": 1126923826,
            "stop": 1126923844
        },
        {
            "start": 1126923845,
            "stop": 1126923848
        }
    ]
}