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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=11",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 12,
    "results": [
        {
            "start": 815237460,
            "stop": 815237468
        },
        {
            "start": 815237471,
            "stop": 815237478
        },
        {
            "start": 815237482,
            "stop": 815237492
        },
        {
            "start": 815237500,
            "stop": 815237589
        },
        {
            "start": 815237593,
            "stop": 815237604
        },
        {
            "start": 815237607,
            "stop": 815237633
        },
        {
            "start": 815237647,
            "stop": 815237663
        },
        {
            "start": 815237666,
            "stop": 815237817
        },
        {
            "start": 815237826,
            "stop": 815237874
        },
        {
            "start": 815237877,
            "stop": 815237966
        },
        {
            "start": 815237969,
            "stop": 815238073
        },
        {
            "start": 815238084,
            "stop": 815238253
        },
        {
            "start": 815238256,
            "stop": 815238493
        },
        {
            "start": 815238497,
            "stop": 815238709
        },
        {
            "start": 815238712,
            "stop": 815238770
        },
        {
            "start": 815238774,
            "stop": 815238922
        },
        {
            "start": 815238925,
            "stop": 815239008
        },
        {
            "start": 815239011,
            "stop": 815239017
        },
        {
            "start": 815239021,
            "stop": 815239090
        },
        {
            "start": 815239094,
            "stop": 815239099
        }
    ]
}