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=3702
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=3703",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3701",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3702,
    "results": [
        {
            "start": 873222235,
            "stop": 873222570
        },
        {
            "start": 873224265,
            "stop": 873224349
        },
        {
            "start": 873224366,
            "stop": 873224378
        },
        {
            "start": 873224395,
            "stop": 873224580
        },
        {
            "start": 873224640,
            "stop": 873224741
        },
        {
            "start": 873224758,
            "stop": 873225587
        },
        {
            "start": 873225720,
            "stop": 873225842
        },
        {
            "start": 873225859,
            "stop": 873226583
        },
        {
            "start": 873226600,
            "stop": 873226724
        },
        {
            "start": 873226741,
            "stop": 873226974
        },
        {
            "start": 873226991,
            "stop": 873227100
        },
        {
            "start": 873227160,
            "stop": 873227453
        },
        {
            "start": 873227574,
            "stop": 873228475
        },
        {
            "start": 873228492,
            "stop": 873228972
        },
        {
            "start": 873228989,
            "stop": 873229215
        },
        {
            "start": 873229232,
            "stop": 873229299
        },
        {
            "start": 873229303,
            "stop": 873229948
        },
        {
            "start": 873229968,
            "stop": 873230577
        },
        {
            "start": 873230642,
            "stop": 873230687
        },
        {
            "start": 873230707,
            "stop": 873230962
        }
    ]
}