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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=226",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 227,
    "results": [
        {
            "start": 846578504,
            "stop": 846598903
        },
        {
            "start": 846603225,
            "stop": 846604093
        },
        {
            "start": 846604111,
            "stop": 846604112
        },
        {
            "start": 846604858,
            "stop": 846605113
        },
        {
            "start": 846605122,
            "stop": 846605124
        },
        {
            "start": 846605691,
            "stop": 846607863
        },
        {
            "start": 846608129,
            "stop": 846620713
        },
        {
            "start": 846620740,
            "stop": 846620741
        },
        {
            "start": 846621056,
            "stop": 846623533
        },
        {
            "start": 846626863,
            "stop": 846662773
        },
        {
            "start": 846662814,
            "stop": 846662816
        },
        {
            "start": 846663353,
            "stop": 846666365
        },
        {
            "start": 846667288,
            "stop": 846689653
        },
        {
            "start": 846689654,
            "stop": 846689655
        },
        {
            "start": 846690077,
            "stop": 846691693
        },
        {
            "start": 846692253,
            "stop": 846694747
        },
        {
            "start": 846694887,
            "stop": 846702553
        },
        {
            "start": 846704885,
            "stop": 846720102
        },
        {
            "start": 846720167,
            "stop": 846728173
        },
        {
            "start": 846728200,
            "stop": 846728201
        }
    ]
}