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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=211",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 212,
    "results": [
        {
            "start": 1420969819,
            "stop": 1420969823
        },
        {
            "start": 1420969839,
            "stop": 1420969847
        },
        {
            "start": 1420969851,
            "stop": 1420969936
        },
        {
            "start": 1420969938,
            "stop": 1420971059
        },
        {
            "start": 1420971068,
            "stop": 1420971071
        },
        {
            "start": 1420971083,
            "stop": 1420971327
        },
        {
            "start": 1420971331,
            "stop": 1420973346
        },
        {
            "start": 1420973348,
            "stop": 1420973846
        },
        {
            "start": 1420973848,
            "stop": 1420974262
        },
        {
            "start": 1420974264,
            "stop": 1420976230
        },
        {
            "start": 1420976438,
            "stop": 1420976543
        },
        {
            "start": 1420976548,
            "stop": 1420976618
        },
        {
            "start": 1420976619,
            "stop": 1420977855
        },
        {
            "start": 1420977857,
            "stop": 1420980057
        },
        {
            "start": 1420980059,
            "stop": 1420981913
        },
        {
            "start": 1420981952,
            "stop": 1420983731
        },
        {
            "start": 1420983733,
            "stop": 1420984843
        },
        {
            "start": 1420984847,
            "stop": 1420985243
        },
        {
            "start": 1420985247,
            "stop": 1420986768
        },
        {
            "start": 1420986769,
            "stop": 1420986799
        }
    ]
}