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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=209",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 210,
    "results": [
        {
            "start": 1420864205,
            "stop": 1420865363
        },
        {
            "start": 1420865364,
            "stop": 1420865542
        },
        {
            "start": 1420865544,
            "stop": 1420867072
        },
        {
            "start": 1420867077,
            "stop": 1420867660
        },
        {
            "start": 1420867664,
            "stop": 1420868757
        },
        {
            "start": 1420868759,
            "stop": 1420873236
        },
        {
            "start": 1420923895,
            "stop": 1420927092
        },
        {
            "start": 1420927096,
            "stop": 1420927114
        },
        {
            "start": 1420927115,
            "stop": 1420928827
        },
        {
            "start": 1420928829,
            "stop": 1420928956
        },
        {
            "start": 1420928957,
            "stop": 1420930106
        },
        {
            "start": 1420930107,
            "stop": 1420930350
        },
        {
            "start": 1420930351,
            "stop": 1420934256
        },
        {
            "start": 1420934260,
            "stop": 1420935835
        },
        {
            "start": 1420935837,
            "stop": 1420937096
        },
        {
            "start": 1420937101,
            "stop": 1420937102
        },
        {
            "start": 1420937103,
            "stop": 1420940100
        },
        {
            "start": 1420940104,
            "stop": 1420948188
        },
        {
            "start": 1420948192,
            "stop": 1420949730
        },
        {
            "start": 1420949831,
            "stop": 1420949943
        }
    ]
}