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=400
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=401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=399",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 400,
    "results": [
        {
            "start": 824778734,
            "stop": 824779107
        },
        {
            "start": 824779124,
            "stop": 824779312
        },
        {
            "start": 824779315,
            "stop": 824779830
        },
        {
            "start": 824779847,
            "stop": 824780774
        },
        {
            "start": 824780791,
            "stop": 824781563
        },
        {
            "start": 824781580,
            "stop": 824781865
        },
        {
            "start": 824781882,
            "stop": 824782694
        },
        {
            "start": 824782711,
            "stop": 824783773
        },
        {
            "start": 824783790,
            "stop": 824784695
        },
        {
            "start": 824784712,
            "stop": 824785018
        },
        {
            "start": 824785035,
            "stop": 824786227
        },
        {
            "start": 824786244,
            "stop": 824788400
        },
        {
            "start": 824788417,
            "stop": 824789460
        },
        {
            "start": 824789520,
            "stop": 824791207
        },
        {
            "start": 824792095,
            "stop": 824795969
        },
        {
            "start": 824795986,
            "stop": 824797315
        },
        {
            "start": 824797332,
            "stop": 824804154
        },
        {
            "start": 824804171,
            "stop": 824807221
        },
        {
            "start": 824807331,
            "stop": 824808448
        },
        {
            "start": 824808748,
            "stop": 824808786
        }
    ]
}