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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=108",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 109,
    "results": [
        {
            "start": 817379524,
            "stop": 817379917
        },
        {
            "start": 817379920,
            "stop": 817382093
        },
        {
            "start": 817382096,
            "stop": 817382712
        },
        {
            "start": 817382715,
            "stop": 817382891
        },
        {
            "start": 817382894,
            "stop": 817386017
        },
        {
            "start": 817386020,
            "stop": 817386038
        },
        {
            "start": 817386041,
            "stop": 817386871
        },
        {
            "start": 817386872,
            "stop": 817389304
        },
        {
            "start": 817389307,
            "stop": 817390033
        },
        {
            "start": 817390036,
            "stop": 817391717
        },
        {
            "start": 817391721,
            "stop": 817393595
        },
        {
            "start": 817393598,
            "stop": 817394315
        },
        {
            "start": 817394318,
            "stop": 817397279
        },
        {
            "start": 817397283,
            "stop": 817397761
        },
        {
            "start": 817397764,
            "stop": 817398482
        },
        {
            "start": 817398485,
            "stop": 817398833
        },
        {
            "start": 817400049,
            "stop": 817400633
        },
        {
            "start": 817403782,
            "stop": 817404740
        },
        {
            "start": 817405303,
            "stop": 817405400
        },
        {
            "start": 817405403,
            "stop": 817405947
        }
    ]
}