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=3632
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=3633",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3631",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3632,
    "results": [
        {
            "start": 872334774,
            "stop": 872336968
        },
        {
            "start": 872336985,
            "stop": 872337376
        },
        {
            "start": 872337401,
            "stop": 872337486
        },
        {
            "start": 872337503,
            "stop": 872337793
        },
        {
            "start": 872337810,
            "stop": 872337833
        },
        {
            "start": 872337851,
            "stop": 872337938
        },
        {
            "start": 872337955,
            "stop": 872341072
        },
        {
            "start": 872341089,
            "stop": 872341299
        },
        {
            "start": 872341316,
            "stop": 872342220
        },
        {
            "start": 872342280,
            "stop": 872342425
        },
        {
            "start": 872342442,
            "stop": 872343051
        },
        {
            "start": 872343120,
            "stop": 872343220
        },
        {
            "start": 872343237,
            "stop": 872343409
        },
        {
            "start": 872343426,
            "stop": 872343510
        },
        {
            "start": 872343527,
            "stop": 872343615
        },
        {
            "start": 872343632,
            "stop": 872343742
        },
        {
            "start": 872343761,
            "stop": 872343945
        },
        {
            "start": 872343962,
            "stop": 872344472
        },
        {
            "start": 872344489,
            "stop": 872344666
        },
        {
            "start": 872344683,
            "stop": 872344735
        }
    ]
}