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=5271
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=5272",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5270",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5271,
    "results": [
        {
            "start": 1137074441,
            "stop": 1137074522
        },
        {
            "start": 1137074524,
            "stop": 1137074532
        },
        {
            "start": 1137074533,
            "stop": 1137074628
        },
        {
            "start": 1137074630,
            "stop": 1137074637
        },
        {
            "start": 1137074639,
            "stop": 1137074643
        },
        {
            "start": 1137074645,
            "stop": 1137074646
        },
        {
            "start": 1137074648,
            "stop": 1137074665
        },
        {
            "start": 1137074666,
            "stop": 1137074716
        },
        {
            "start": 1137074718,
            "stop": 1137074719
        },
        {
            "start": 1137074721,
            "stop": 1137074760
        },
        {
            "start": 1137074762,
            "stop": 1137074769
        },
        {
            "start": 1137074771,
            "stop": 1137074772
        },
        {
            "start": 1137074774,
            "stop": 1137074776
        },
        {
            "start": 1137074778,
            "stop": 1137074930
        },
        {
            "start": 1137074931,
            "stop": 1137075005
        },
        {
            "start": 1137075007,
            "stop": 1137075013
        },
        {
            "start": 1137075015,
            "stop": 1137075031
        },
        {
            "start": 1137075035,
            "stop": 1137075063
        },
        {
            "start": 1137075065,
            "stop": 1137075066
        },
        {
            "start": 1137075068,
            "stop": 1137075242
        }
    ]
}