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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=603",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=601",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 602,
    "results": [
        {
            "start": 828340509,
            "stop": 828340513
        },
        {
            "start": 828340554,
            "stop": 828340722
        },
        {
            "start": 828340741,
            "stop": 828340817
        },
        {
            "start": 828340836,
            "stop": 828340844
        },
        {
            "start": 828340863,
            "stop": 828340900
        },
        {
            "start": 828341008,
            "stop": 828341042
        },
        {
            "start": 828341061,
            "stop": 828341087
        },
        {
            "start": 828341106,
            "stop": 828341129
        },
        {
            "start": 828341160,
            "stop": 828341172
        },
        {
            "start": 828341191,
            "stop": 828341192
        },
        {
            "start": 828341356,
            "stop": 828341377
        },
        {
            "start": 828341396,
            "stop": 828341417
        },
        {
            "start": 828341445,
            "stop": 828341474
        },
        {
            "start": 828341608,
            "stop": 828341610
        },
        {
            "start": 828341638,
            "stop": 828341643
        },
        {
            "start": 828341738,
            "stop": 828341744
        },
        {
            "start": 828341771,
            "stop": 828341773
        },
        {
            "start": 828341792,
            "stop": 828341828
        },
        {
            "start": 828341876,
            "stop": 828341882
        },
        {
            "start": 828342224,
            "stop": 828342229
        }
    ]
}