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=5143
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=5144",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5142",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5143,
    "results": [
        {
            "start": 1136117860,
            "stop": 1136118146
        },
        {
            "start": 1136118148,
            "stop": 1136118215
        },
        {
            "start": 1136118217,
            "stop": 1136118228
        },
        {
            "start": 1136118230,
            "stop": 1136118251
        },
        {
            "start": 1136118253,
            "stop": 1136118685
        },
        {
            "start": 1136118687,
            "stop": 1136118700
        },
        {
            "start": 1136118702,
            "stop": 1136118724
        },
        {
            "start": 1136118726,
            "stop": 1136119054
        },
        {
            "start": 1136119056,
            "stop": 1136119152
        },
        {
            "start": 1136119154,
            "stop": 1136119155
        },
        {
            "start": 1136119157,
            "stop": 1136119204
        },
        {
            "start": 1136119206,
            "stop": 1136119407
        },
        {
            "start": 1136119409,
            "stop": 1136119637
        },
        {
            "start": 1136119639,
            "stop": 1136119938
        },
        {
            "start": 1136119940,
            "stop": 1136120150
        },
        {
            "start": 1136120152,
            "stop": 1136120428
        },
        {
            "start": 1136120430,
            "stop": 1136120450
        },
        {
            "start": 1136120452,
            "stop": 1136120462
        },
        {
            "start": 1136120464,
            "stop": 1136120469
        },
        {
            "start": 1136120471,
            "stop": 1136120530
        }
    ]
}