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=1154
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=1155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1153",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1154,
    "results": [
        {
            "start": 950808522,
            "stop": 950808997
        },
        {
            "start": 950808999,
            "stop": 950809347
        },
        {
            "start": 950809349,
            "stop": 950809726
        },
        {
            "start": 950809728,
            "stop": 950811477
        },
        {
            "start": 950811479,
            "stop": 950811919
        },
        {
            "start": 950811921,
            "stop": 950812058
        },
        {
            "start": 950812060,
            "stop": 950812538
        },
        {
            "start": 950812540,
            "stop": 950812922
        },
        {
            "start": 950816358,
            "stop": 950819490
        },
        {
            "start": 950819492,
            "stop": 950819670
        },
        {
            "start": 950820622,
            "stop": 950821132
        },
        {
            "start": 950821134,
            "stop": 950823066
        },
        {
            "start": 950823068,
            "stop": 950824284
        },
        {
            "start": 950824286,
            "stop": 950824770
        },
        {
            "start": 950824772,
            "stop": 950826867
        },
        {
            "start": 950904728,
            "stop": 950909092
        },
        {
            "start": 950928501,
            "stop": 950929514
        },
        {
            "start": 950929515,
            "stop": 950934510
        },
        {
            "start": 950934512,
            "stop": 950937706
        },
        {
            "start": 950937708,
            "stop": 950947276
        }
    ]
}