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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=817",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=815",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 816,
    "results": [
        {
            "start": 958555736,
            "stop": 958561448
        },
        {
            "start": 958561454,
            "stop": 958562171
        },
        {
            "start": 958575353,
            "stop": 958575430
        },
        {
            "start": 958576378,
            "stop": 958578635
        },
        {
            "start": 958578641,
            "stop": 958580908
        },
        {
            "start": 958582952,
            "stop": 958586976
        },
        {
            "start": 958587473,
            "stop": 958587478
        },
        {
            "start": 958588943,
            "stop": 958594649
        },
        {
            "start": 958596633,
            "stop": 958597062
        },
        {
            "start": 958597068,
            "stop": 958601711
        },
        {
            "start": 958601717,
            "stop": 958604461
        },
        {
            "start": 958606544,
            "stop": 958610069
        },
        {
            "start": 958613355,
            "stop": 958624640
        },
        {
            "start": 958624646,
            "stop": 958625757
        },
        {
            "start": 958625763,
            "stop": 958626763
        },
        {
            "start": 958634465,
            "stop": 958645796
        },
        {
            "start": 958658468,
            "stop": 958665431
        },
        {
            "start": 958668831,
            "stop": 958669825
        },
        {
            "start": 958675528,
            "stop": 958682677
        },
        {
            "start": 958682683,
            "stop": 958683581
        }
    ]
}