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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=205",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 206,
    "results": [
        {
            "start": 821668440,
            "stop": 821668496
        },
        {
            "start": 821668499,
            "stop": 821668503
        },
        {
            "start": 821668506,
            "stop": 821668527
        },
        {
            "start": 821668531,
            "stop": 821668547
        },
        {
            "start": 821668550,
            "stop": 821668554
        },
        {
            "start": 821668560,
            "stop": 821668587
        },
        {
            "start": 821668590,
            "stop": 821668594
        },
        {
            "start": 821668597,
            "stop": 821668608
        },
        {
            "start": 821668614,
            "stop": 821668636
        },
        {
            "start": 821668639,
            "stop": 821668643
        },
        {
            "start": 821668646,
            "stop": 821668669
        },
        {
            "start": 821668672,
            "stop": 821668717
        },
        {
            "start": 821668720,
            "stop": 821668725
        },
        {
            "start": 821668728,
            "stop": 821668731
        },
        {
            "start": 821668736,
            "stop": 821668741
        },
        {
            "start": 821668745,
            "stop": 821668751
        },
        {
            "start": 821668755,
            "stop": 821668777
        },
        {
            "start": 821668780,
            "stop": 821668796
        },
        {
            "start": 821668800,
            "stop": 821668806
        },
        {
            "start": 821668809,
            "stop": 821668820
        }
    ]
}