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/O4a/timelines/H1_CBC_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/O4a/timelines/H1_CBC_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT1/segments?format=api&page=3",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 4,
    "results": [
        {
            "start": 1370232614,
            "stop": 1370242450
        },
        {
            "start": 1370247996,
            "stop": 1370253887
        },
        {
            "start": 1370261630,
            "stop": 1370262003
        },
        {
            "start": 1370262004,
            "stop": 1370263087
        },
        {
            "start": 1370263088,
            "stop": 1370263150
        },
        {
            "start": 1370263151,
            "stop": 1370264334
        },
        {
            "start": 1370264335,
            "stop": 1370264490
        },
        {
            "start": 1370264491,
            "stop": 1370267918
        },
        {
            "start": 1370282070,
            "stop": 1370292548
        },
        {
            "start": 1370292652,
            "stop": 1370293137
        },
        {
            "start": 1370300597,
            "stop": 1370301156
        },
        {
            "start": 1370301168,
            "stop": 1370307928
        },
        {
            "start": 1370307959,
            "stop": 1370325018
        },
        {
            "start": 1370325212,
            "stop": 1370350317
        },
        {
            "start": 1370350593,
            "stop": 1370376655
        },
        {
            "start": 1370383648,
            "stop": 1370415251
        },
        {
            "start": 1370421494,
            "stop": 1370461862
        },
        {
            "start": 1370466646,
            "stop": 1370475332
        },
        {
            "start": 1370479968,
            "stop": 1370490237
        },
        {
            "start": 1370495987,
            "stop": 1370513141
        }
    ]
}