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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=3",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 4,
    "results": [
        {
            "start": 1126721736,
            "stop": 1126807637
        },
        {
            "start": 1126807697,
            "stop": 1126808537
        },
        {
            "start": 1126808597,
            "stop": 1126808777
        },
        {
            "start": 1126808837,
            "stop": 1126810637
        },
        {
            "start": 1126810817,
            "stop": 1126813757
        },
        {
            "start": 1126813817,
            "stop": 1126813877
        },
        {
            "start": 1126814057,
            "stop": 1126814177
        },
        {
            "start": 1126814297,
            "stop": 1126814357
        },
        {
            "start": 1126814717,
            "stop": 1126816037
        },
        {
            "start": 1126816097,
            "stop": 1126816517
        },
        {
            "start": 1126816577,
            "stop": 1126818437
        },
        {
            "start": 1126818497,
            "stop": 1126818557
        },
        {
            "start": 1126818677,
            "stop": 1126818737
        },
        {
            "start": 1126818917,
            "stop": 1126819517
        },
        {
            "start": 1126819577,
            "stop": 1126820117
        },
        {
            "start": 1126820477,
            "stop": 1126820597
        },
        {
            "start": 1126820657,
            "stop": 1126821917
        },
        {
            "start": 1126829493,
            "stop": 1126830137
        },
        {
            "start": 1126830197,
            "stop": 1126830857
        },
        {
            "start": 1126830917,
            "stop": 1126831277
        }
    ]
}