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=494
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=495",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=493",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 494,
    "results": [
        {
            "start": 826735305,
            "stop": 826735604
        },
        {
            "start": 826735626,
            "stop": 826739226
        },
        {
            "start": 826739370,
            "stop": 826744830
        },
        {
            "start": 826744890,
            "stop": 826744905
        },
        {
            "start": 826745015,
            "stop": 826746282
        },
        {
            "start": 826746779,
            "stop": 826746862
        },
        {
            "start": 826746879,
            "stop": 826747467
        },
        {
            "start": 826747485,
            "stop": 826753872
        },
        {
            "start": 826753889,
            "stop": 826754536
        },
        {
            "start": 826754555,
            "stop": 826754720
        },
        {
            "start": 826754739,
            "stop": 826755249
        },
        {
            "start": 826755268,
            "stop": 826755840
        },
        {
            "start": 826755900,
            "stop": 826756289
        },
        {
            "start": 826756294,
            "stop": 826759349
        },
        {
            "start": 826759366,
            "stop": 826759407
        },
        {
            "start": 826759427,
            "stop": 826761768
        },
        {
            "start": 826761787,
            "stop": 826763610
        },
        {
            "start": 826763615,
            "stop": 826766799
        },
        {
            "start": 826766816,
            "stop": 826769662
        },
        {
            "start": 826769681,
            "stop": 826770053
        }
    ]
}