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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=259",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 260,
    "results": [
        {
            "start": 962936684,
            "stop": 962936696
        },
        {
            "start": 962936698,
            "stop": 962936702
        },
        {
            "start": 962936729,
            "stop": 962936732
        },
        {
            "start": 962936742,
            "stop": 962936750
        },
        {
            "start": 962936753,
            "stop": 962936773
        },
        {
            "start": 962936778,
            "stop": 962936793
        },
        {
            "start": 962936797,
            "stop": 962936921
        },
        {
            "start": 962936924,
            "stop": 962937026
        },
        {
            "start": 962937029,
            "stop": 962937031
        },
        {
            "start": 962937033,
            "stop": 962937106
        },
        {
            "start": 962937115,
            "stop": 962937138
        },
        {
            "start": 962937141,
            "stop": 962937169
        },
        {
            "start": 962937173,
            "stop": 962937187
        },
        {
            "start": 962937193,
            "stop": 962937345
        },
        {
            "start": 962937349,
            "stop": 962937350
        },
        {
            "start": 962937355,
            "stop": 962937359
        },
        {
            "start": 962937362,
            "stop": 962937364
        },
        {
            "start": 962937367,
            "stop": 962937370
        },
        {
            "start": 962937373,
            "stop": 962937425
        },
        {
            "start": 962937431,
            "stop": 962937443
        }
    ]
}