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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=228",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 229,
    "results": [
        {
            "start": 846974385,
            "stop": 846976465
        },
        {
            "start": 846976526,
            "stop": 846978440
        },
        {
            "start": 846978511,
            "stop": 847009453
        },
        {
            "start": 847012102,
            "stop": 847029351
        },
        {
            "start": 847030626,
            "stop": 847035553
        },
        {
            "start": 847035589,
            "stop": 847035591
        },
        {
            "start": 847038173,
            "stop": 847040169
        },
        {
            "start": 847073011,
            "stop": 847077133
        },
        {
            "start": 847077162,
            "stop": 847077164
        },
        {
            "start": 847077881,
            "stop": 847087031
        },
        {
            "start": 847087217,
            "stop": 847094413
        },
        {
            "start": 847094442,
            "stop": 847094443
        },
        {
            "start": 847095491,
            "stop": 847097701
        },
        {
            "start": 847098472,
            "stop": 847115473
        },
        {
            "start": 847117696,
            "stop": 847119433
        },
        {
            "start": 847119466,
            "stop": 847119467
        },
        {
            "start": 847119912,
            "stop": 847120693
        },
        {
            "start": 847120698,
            "stop": 847120699
        },
        {
            "start": 847123392,
            "stop": 847126330
        },
        {
            "start": 847127334,
            "stop": 847127893
        }
    ]
}