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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=151",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 152,
    "results": [
        {
            "start": 816768022,
            "stop": 816768026
        },
        {
            "start": 816768033,
            "stop": 816768034
        },
        {
            "start": 816768044,
            "stop": 816768048
        },
        {
            "start": 816768052,
            "stop": 816768058
        },
        {
            "start": 816768069,
            "stop": 816768074
        },
        {
            "start": 816768086,
            "stop": 816768092
        },
        {
            "start": 816768107,
            "stop": 816768119
        },
        {
            "start": 816768123,
            "stop": 816768200
        },
        {
            "start": 816768206,
            "stop": 816768292
        },
        {
            "start": 816768295,
            "stop": 816768296
        },
        {
            "start": 816768299,
            "stop": 816768301
        },
        {
            "start": 816768304,
            "stop": 816768372
        },
        {
            "start": 816768375,
            "stop": 816768408
        },
        {
            "start": 816768413,
            "stop": 816768466
        },
        {
            "start": 816768471,
            "stop": 816768495
        },
        {
            "start": 816768498,
            "stop": 816768501
        },
        {
            "start": 816768506,
            "stop": 816768513
        },
        {
            "start": 816768517,
            "stop": 816768524
        },
        {
            "start": 816768528,
            "stop": 816768574
        },
        {
            "start": 816768577,
            "stop": 816768623
        }
    ]
}