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_CBCLOW_CAT4/segments?format=api&page=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=178",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 179,
    "results": [
        {
            "start": 820205514,
            "stop": 820205582
        },
        {
            "start": 820205596,
            "stop": 820205646
        },
        {
            "start": 820205653,
            "stop": 820205715
        },
        {
            "start": 820205722,
            "stop": 820205730
        },
        {
            "start": 820205737,
            "stop": 820205804
        },
        {
            "start": 820205818,
            "stop": 820205888
        },
        {
            "start": 820205896,
            "stop": 820205920
        },
        {
            "start": 820205935,
            "stop": 820206043
        },
        {
            "start": 820206050,
            "stop": 820206133
        },
        {
            "start": 820206146,
            "stop": 820206212
        },
        {
            "start": 820206219,
            "stop": 820206225
        },
        {
            "start": 820206234,
            "stop": 820206345
        },
        {
            "start": 820206353,
            "stop": 820206392
        },
        {
            "start": 820206425,
            "stop": 820206472
        },
        {
            "start": 820206479,
            "stop": 820206541
        },
        {
            "start": 820206548,
            "stop": 820206568
        },
        {
            "start": 820206588,
            "stop": 820206621
        },
        {
            "start": 820206628,
            "stop": 820206633
        },
        {
            "start": 820206642,
            "stop": 820206669
        },
        {
            "start": 820206696,
            "stop": 820206732
        }
    ]
}