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=234
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=235",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=233",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 234,
    "results": [
        {
            "start": 1126876759,
            "stop": 1126876762
        },
        {
            "start": 1126876763,
            "stop": 1126876776
        },
        {
            "start": 1126876777,
            "stop": 1126876778
        },
        {
            "start": 1126876779,
            "stop": 1126876783
        },
        {
            "start": 1126876784,
            "stop": 1126876786
        },
        {
            "start": 1126876787,
            "stop": 1126876852
        },
        {
            "start": 1126876853,
            "stop": 1126876905
        },
        {
            "start": 1126876906,
            "stop": 1126876910
        },
        {
            "start": 1126876912,
            "stop": 1126877062
        },
        {
            "start": 1126877063,
            "stop": 1126877179
        },
        {
            "start": 1126877180,
            "stop": 1126877225
        },
        {
            "start": 1126877226,
            "stop": 1126877263
        },
        {
            "start": 1126877264,
            "stop": 1126877339
        },
        {
            "start": 1126877340,
            "stop": 1126877377
        },
        {
            "start": 1126877378,
            "stop": 1126877533
        },
        {
            "start": 1126877534,
            "stop": 1126877536
        },
        {
            "start": 1126877537,
            "stop": 1126877542
        },
        {
            "start": 1126877545,
            "stop": 1126877548
        },
        {
            "start": 1126877549,
            "stop": 1126877560
        },
        {
            "start": 1126877562,
            "stop": 1126877563
        }
    ]
}