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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=247",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 248,
    "results": [
        {
            "start": 818222707,
            "stop": 818222708
        },
        {
            "start": 818222714,
            "stop": 818222718
        },
        {
            "start": 818222725,
            "stop": 818222730
        },
        {
            "start": 818222738,
            "stop": 818222740
        },
        {
            "start": 818222778,
            "stop": 818222780
        },
        {
            "start": 818222784,
            "stop": 818222785
        },
        {
            "start": 818222803,
            "stop": 818222806
        },
        {
            "start": 818222810,
            "stop": 818222816
        },
        {
            "start": 818222828,
            "stop": 818222830
        },
        {
            "start": 818222834,
            "stop": 818222839
        },
        {
            "start": 818222849,
            "stop": 818222850
        },
        {
            "start": 818222854,
            "stop": 818222855
        },
        {
            "start": 818222861,
            "stop": 818222864
        },
        {
            "start": 818222875,
            "stop": 818222876
        },
        {
            "start": 818222883,
            "stop": 818222885
        },
        {
            "start": 818222888,
            "stop": 818222891
        },
        {
            "start": 818222894,
            "stop": 818222895
        },
        {
            "start": 818222898,
            "stop": 818222903
        },
        {
            "start": 818222910,
            "stop": 818222912
        },
        {
            "start": 818222915,
            "stop": 818222926
        }
    ]
}