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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=281",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 282,
    "results": [
        {
            "start": 854724572,
            "stop": 854724889
        },
        {
            "start": 854725138,
            "stop": 854725633
        },
        {
            "start": 854726493,
            "stop": 854730499
        },
        {
            "start": 854730578,
            "stop": 854744769
        },
        {
            "start": 854746936,
            "stop": 854748342
        },
        {
            "start": 854749503,
            "stop": 854757528
        },
        {
            "start": 854757590,
            "stop": 854759400
        },
        {
            "start": 854759723,
            "stop": 854773835
        },
        {
            "start": 854774004,
            "stop": 854781244
        },
        {
            "start": 854781428,
            "stop": 854807201
        },
        {
            "start": 854830994,
            "stop": 854831144
        },
        {
            "start": 854836839,
            "stop": 854847927
        },
        {
            "start": 854847972,
            "stop": 854871318
        },
        {
            "start": 854872205,
            "stop": 854876911
        },
        {
            "start": 854877082,
            "stop": 854877648
        },
        {
            "start": 854878026,
            "stop": 854888227
        },
        {
            "start": 854890839,
            "stop": 854893698
        },
        {
            "start": 854906349,
            "stop": 854907799
        },
        {
            "start": 854911504,
            "stop": 854913443
        },
        {
            "start": 854924111,
            "stop": 854929366
        }
    ]
}