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=666
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=667",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=665",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 666,
    "results": [
        {
            "start": 829605919,
            "stop": 829606878
        },
        {
            "start": 829606895,
            "stop": 829607424
        },
        {
            "start": 829607724,
            "stop": 829609714
        },
        {
            "start": 829609717,
            "stop": 829610140
        },
        {
            "start": 829610144,
            "stop": 829610307
        },
        {
            "start": 829610310,
            "stop": 829610904
        },
        {
            "start": 829634048,
            "stop": 829634050
        },
        {
            "start": 829637612,
            "stop": 829637615
        },
        {
            "start": 829638603,
            "stop": 829638613
        },
        {
            "start": 829638750,
            "stop": 829638766
        },
        {
            "start": 829638907,
            "stop": 829638912
        },
        {
            "start": 829638915,
            "stop": 829638937
        },
        {
            "start": 829638956,
            "stop": 829639023
        },
        {
            "start": 829639050,
            "stop": 829639067
        },
        {
            "start": 829639086,
            "stop": 829639123
        },
        {
            "start": 829639142,
            "stop": 829639268
        },
        {
            "start": 829639296,
            "stop": 829639299
        },
        {
            "start": 829639318,
            "stop": 829639348
        },
        {
            "start": 829639367,
            "stop": 829639751
        },
        {
            "start": 829639754,
            "stop": 829640932
        }
    ]
}