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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5151",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5152,
    "results": [
        {
            "start": 969551138,
            "stop": 969551498
        },
        {
            "start": 969551978,
            "stop": 969552489
        },
        {
            "start": 969552493,
            "stop": 969552605
        },
        {
            "start": 969552608,
            "stop": 969552714
        },
        {
            "start": 969552717,
            "stop": 969552758
        },
        {
            "start": 969552818,
            "stop": 969553024
        },
        {
            "start": 969553027,
            "stop": 969553050
        },
        {
            "start": 969553057,
            "stop": 969553112
        },
        {
            "start": 969553115,
            "stop": 969553178
        },
        {
            "start": 969553778,
            "stop": 969554257
        },
        {
            "start": 969554260,
            "stop": 969554986
        },
        {
            "start": 969554989,
            "stop": 969555127
        },
        {
            "start": 969555130,
            "stop": 969555291
        },
        {
            "start": 969555294,
            "stop": 969555546
        },
        {
            "start": 969555549,
            "stop": 969555758
        },
        {
            "start": 969558326,
            "stop": 969558378
        },
        {
            "start": 969558381,
            "stop": 969558419
        },
        {
            "start": 969558422,
            "stop": 969558423
        },
        {
            "start": 969558426,
            "stop": 969558748
        },
        {
            "start": 969558751,
            "stop": 969558764
        }
    ]
}