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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9104",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9105,
    "results": [
        {
            "start": 874810832,
            "stop": 874811171
        },
        {
            "start": 874811199,
            "stop": 874811269
        },
        {
            "start": 874811288,
            "stop": 874811416
        },
        {
            "start": 874811448,
            "stop": 874811931
        },
        {
            "start": 874811951,
            "stop": 874812046
        },
        {
            "start": 874812063,
            "stop": 874812403
        },
        {
            "start": 874812422,
            "stop": 874812591
        },
        {
            "start": 874812610,
            "stop": 874812623
        },
        {
            "start": 874812642,
            "stop": 874812658
        },
        {
            "start": 874812689,
            "stop": 874812955
        },
        {
            "start": 874812974,
            "stop": 874813087
        },
        {
            "start": 874813120,
            "stop": 874813341
        },
        {
            "start": 874813361,
            "stop": 874813375
        },
        {
            "start": 874813420,
            "stop": 874813430
        },
        {
            "start": 874813455,
            "stop": 874813513
        },
        {
            "start": 874813533,
            "stop": 874813581
        },
        {
            "start": 874813607,
            "stop": 874814291
        },
        {
            "start": 874814311,
            "stop": 874815787
        },
        {
            "start": 874815806,
            "stop": 874815809
        },
        {
            "start": 874815829,
            "stop": 874816051
        }
    ]
}