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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1304",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1302",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1303,
    "results": [
        {
            "start": 961534027,
            "stop": 961538808
        },
        {
            "start": 961539617,
            "stop": 961553164
        },
        {
            "start": 961553165,
            "stop": 961556599
        },
        {
            "start": 961556668,
            "stop": 961558209
        },
        {
            "start": 961558210,
            "stop": 961560557
        },
        {
            "start": 961560558,
            "stop": 961564732
        },
        {
            "start": 961564733,
            "stop": 961565510
        },
        {
            "start": 961565511,
            "stop": 961567212
        },
        {
            "start": 961576273,
            "stop": 961582252
        },
        {
            "start": 961584505,
            "stop": 961586705
        },
        {
            "start": 961586706,
            "stop": 961592892
        },
        {
            "start": 961593105,
            "stop": 961593947
        },
        {
            "start": 961597857,
            "stop": 961605241
        },
        {
            "start": 961605242,
            "stop": 961608083
        },
        {
            "start": 961608084,
            "stop": 961610883
        },
        {
            "start": 961614042,
            "stop": 961614191
        },
        {
            "start": 961614192,
            "stop": 961619642
        },
        {
            "start": 961619643,
            "stop": 961619832
        },
        {
            "start": 961619833,
            "stop": 961625905
        },
        {
            "start": 961625906,
            "stop": 961635194
        }
    ]
}