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/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=147",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 148,
    "results": [
        {
            "start": 819832037,
            "stop": 819832276
        },
        {
            "start": 819832280,
            "stop": 819833245
        },
        {
            "start": 819833248,
            "stop": 819833346
        },
        {
            "start": 819833350,
            "stop": 819833472
        },
        {
            "start": 819833476,
            "stop": 819833940
        },
        {
            "start": 819833943,
            "stop": 819834215
        },
        {
            "start": 819834218,
            "stop": 819834513
        },
        {
            "start": 819834519,
            "stop": 819834722
        },
        {
            "start": 819834726,
            "stop": 819834805
        },
        {
            "start": 819834808,
            "stop": 819834845
        },
        {
            "start": 819834849,
            "stop": 819834982
        },
        {
            "start": 819834985,
            "stop": 819835020
        },
        {
            "start": 819835024,
            "stop": 819835212
        },
        {
            "start": 819835216,
            "stop": 819835414
        },
        {
            "start": 819835418,
            "stop": 819835988
        },
        {
            "start": 819835991,
            "stop": 819836391
        },
        {
            "start": 819836395,
            "stop": 819836405
        },
        {
            "start": 819836408,
            "stop": 819836490
        },
        {
            "start": 819836494,
            "stop": 819836500
        },
        {
            "start": 819836504,
            "stop": 819836796
        }
    ]
}