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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4184",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4185,
    "results": [
        {
            "start": 874390814,
            "stop": 874390880
        },
        {
            "start": 874390899,
            "stop": 874390929
        },
        {
            "start": 874390948,
            "stop": 874390971
        },
        {
            "start": 874390990,
            "stop": 874391002
        },
        {
            "start": 874391021,
            "stop": 874391120
        },
        {
            "start": 874391139,
            "stop": 874391164
        },
        {
            "start": 874391183,
            "stop": 874391334
        },
        {
            "start": 874391353,
            "stop": 874391392
        },
        {
            "start": 874391411,
            "stop": 874391472
        },
        {
            "start": 874391491,
            "stop": 874391538
        },
        {
            "start": 874391557,
            "stop": 874391573
        },
        {
            "start": 874391592,
            "stop": 874391780
        },
        {
            "start": 874391799,
            "stop": 874391841
        },
        {
            "start": 874391971,
            "stop": 874391999
        },
        {
            "start": 874392019,
            "stop": 874392147
        },
        {
            "start": 874392166,
            "stop": 874392265
        },
        {
            "start": 874392284,
            "stop": 874392453
        },
        {
            "start": 874392473,
            "stop": 874392742
        },
        {
            "start": 874392762,
            "stop": 874392934
        },
        {
            "start": 874392954,
            "stop": 874392989
        }
    ]
}