Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=35
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=34",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 35,
    "results": [
        {
            "start": 816883064,
            "stop": 816892475
        },
        {
            "start": 816894486,
            "stop": 816894584
        },
        {
            "start": 816894591,
            "stop": 816894709
        },
        {
            "start": 816894716,
            "stop": 816896832
        },
        {
            "start": 816896839,
            "stop": 816897105
        },
        {
            "start": 816897112,
            "stop": 816897708
        },
        {
            "start": 816897715,
            "stop": 816897913
        },
        {
            "start": 816898945,
            "stop": 816900041
        },
        {
            "start": 816900048,
            "stop": 816900285
        },
        {
            "start": 816900292,
            "stop": 816901140
        },
        {
            "start": 816901601,
            "stop": 816901711
        },
        {
            "start": 816901718,
            "stop": 816901753
        },
        {
            "start": 816901767,
            "stop": 816902998
        },
        {
            "start": 816903005,
            "stop": 816903055
        },
        {
            "start": 816903062,
            "stop": 816903090
        },
        {
            "start": 816903097,
            "stop": 816903991
        },
        {
            "start": 816903998,
            "stop": 816904410
        },
        {
            "start": 816904417,
            "stop": 816904504
        },
        {
            "start": 816904518,
            "stop": 816905211
        },
        {
            "start": 816905218,
            "stop": 816905814
        }
    ]
}