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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4647",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4645",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4646,
    "results": [
        {
            "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
        },
        {
            "start": 969558767,
            "stop": 969558876
        },
        {
            "start": 969558879,
            "stop": 969558943
        },
        {
            "start": 969558946,
            "stop": 969559382
        },
        {
            "start": 969559385,
            "stop": 969559526
        },
        {
            "start": 969559529,
            "stop": 969559822
        },
        {
            "start": 969559825,
            "stop": 969559839
        }
    ]
}