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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=356",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 357,
    "results": [
        {
            "start": 818845610,
            "stop": 818845640
        },
        {
            "start": 818845715,
            "stop": 818845720
        },
        {
            "start": 818845771,
            "stop": 818845808
        },
        {
            "start": 818845841,
            "stop": 818845850
        },
        {
            "start": 818845871,
            "stop": 818845887
        },
        {
            "start": 818845934,
            "stop": 818845935
        },
        {
            "start": 818846048,
            "stop": 818846057
        },
        {
            "start": 818846137,
            "stop": 818846154
        },
        {
            "start": 818846174,
            "stop": 818846192
        },
        {
            "start": 818846232,
            "stop": 818846258
        },
        {
            "start": 818846329,
            "stop": 818846461
        },
        {
            "start": 818846502,
            "stop": 818846511
        },
        {
            "start": 818846559,
            "stop": 818846571
        },
        {
            "start": 818846599,
            "stop": 818846605
        },
        {
            "start": 818846626,
            "stop": 818846653
        },
        {
            "start": 818846723,
            "stop": 818846763
        },
        {
            "start": 818846842,
            "stop": 818846852
        },
        {
            "start": 818846860,
            "stop": 818846862
        },
        {
            "start": 818846866,
            "stop": 818846990
        },
        {
            "start": 818847010,
            "stop": 818847043
        }
    ]
}