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=3522
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=3523",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3521",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3522,
    "results": [
        {
            "start": 871457845,
            "stop": 871458145
        },
        {
            "start": 871458162,
            "stop": 871458720
        },
        {
            "start": 871458780,
            "stop": 871458945
        },
        {
            "start": 871458962,
            "stop": 871459877
        },
        {
            "start": 871459894,
            "stop": 871460059
        },
        {
            "start": 871460076,
            "stop": 871460359
        },
        {
            "start": 871460376,
            "stop": 871460496
        },
        {
            "start": 871460513,
            "stop": 871460634
        },
        {
            "start": 871460651,
            "stop": 871464401
        },
        {
            "start": 871464418,
            "stop": 871464663
        },
        {
            "start": 871464680,
            "stop": 871464766
        },
        {
            "start": 871464783,
            "stop": 871465385
        },
        {
            "start": 871465402,
            "stop": 871465950
        },
        {
            "start": 871465967,
            "stop": 871466140
        },
        {
            "start": 871466157,
            "stop": 871467384
        },
        {
            "start": 871467401,
            "stop": 871467404
        },
        {
            "start": 871467421,
            "stop": 871468139
        },
        {
            "start": 871468147,
            "stop": 871469494
        },
        {
            "start": 871469511,
            "stop": 871469594
        },
        {
            "start": 871469611,
            "stop": 871469848
        }
    ]
}