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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33145",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33146,
    "results": [
        {
            "start": 970600061,
            "stop": 970600064
        },
        {
            "start": 970600066,
            "stop": 970600069
        },
        {
            "start": 970600071,
            "stop": 970600076
        },
        {
            "start": 970600077,
            "stop": 970600090
        },
        {
            "start": 970600091,
            "stop": 970600113
        },
        {
            "start": 970600115,
            "stop": 970600118
        },
        {
            "start": 970600120,
            "stop": 970600139
        },
        {
            "start": 970600140,
            "stop": 970600154
        },
        {
            "start": 970600293,
            "stop": 970600330
        },
        {
            "start": 970600332,
            "stop": 970600344
        },
        {
            "start": 970600347,
            "stop": 970600489
        },
        {
            "start": 970600492,
            "stop": 970600504
        },
        {
            "start": 970600507,
            "stop": 970600582
        },
        {
            "start": 970600584,
            "stop": 970600616
        },
        {
            "start": 970600619,
            "stop": 970600655
        },
        {
            "start": 970600657,
            "stop": 970600693
        },
        {
            "start": 970600696,
            "stop": 970600735
        },
        {
            "start": 970600736,
            "stop": 970600741
        },
        {
            "start": 970600742,
            "stop": 970600763
        },
        {
            "start": 970600765,
            "stop": 970600768
        }
    ]
}