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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=8",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 9,
    "results": [
        {
            "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": 1126821363
        },
        {
            "start": 1126821370,
            "stop": 1126821917
        },
        {
            "start": 1126829493,
            "stop": 1126829959
        },
        {
            "start": 1126829966,
            "stop": 1126830137
        },
        {
            "start": 1126830197,
            "stop": 1126830857
        },
        {
            "start": 1126830917,
            "stop": 1126831277
        },
        {
            "start": 1126831757,
            "stop": 1126832537
        },
        {
            "start": 1126832717,
            "stop": 1126833017
        },
        {
            "start": 1126833077,
            "stop": 1126833137
        },
        {
            "start": 1126833377,
            "stop": 1126833497
        }
    ]
}