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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5337",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5335",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5336,
    "results": [
        {
            "start": 1136588868,
            "stop": 1136588869
        },
        {
            "start": 1136588871,
            "stop": 1136588920
        },
        {
            "start": 1136588922,
            "stop": 1136588943
        },
        {
            "start": 1136588945,
            "stop": 1136589037
        },
        {
            "start": 1136589039,
            "stop": 1136589290
        },
        {
            "start": 1136589292,
            "stop": 1136589316
        },
        {
            "start": 1136589318,
            "stop": 1136589323
        },
        {
            "start": 1136589325,
            "stop": 1136589357
        },
        {
            "start": 1136589359,
            "stop": 1136589476
        },
        {
            "start": 1136589478,
            "stop": 1136589662
        },
        {
            "start": 1136589664,
            "stop": 1136589687
        },
        {
            "start": 1136589689,
            "stop": 1136589690
        },
        {
            "start": 1136589692,
            "stop": 1136589695
        },
        {
            "start": 1136589697,
            "stop": 1136589707
        },
        {
            "start": 1136589709,
            "stop": 1136589753
        },
        {
            "start": 1136589755,
            "stop": 1136589862
        },
        {
            "start": 1136589864,
            "stop": 1136589873
        },
        {
            "start": 1136589875,
            "stop": 1136590041
        },
        {
            "start": 1136590043,
            "stop": 1136590062
        },
        {
            "start": 1136590064,
            "stop": 1136590070
        }
    ]
}