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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=175",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 176,
    "results": [
        {
            "start": 821564655,
            "stop": 821564673
        },
        {
            "start": 821564676,
            "stop": 821564696
        },
        {
            "start": 821564699,
            "stop": 821564709
        },
        {
            "start": 821564714,
            "stop": 821564726
        },
        {
            "start": 821564729,
            "stop": 821564744
        },
        {
            "start": 821564747,
            "stop": 821564779
        },
        {
            "start": 821564783,
            "stop": 821564787
        },
        {
            "start": 821564791,
            "stop": 821564796
        },
        {
            "start": 821564799,
            "stop": 821564823
        },
        {
            "start": 821564826,
            "stop": 821564828
        },
        {
            "start": 821564836,
            "stop": 821564840
        },
        {
            "start": 821564843,
            "stop": 821564860
        },
        {
            "start": 821564869,
            "stop": 821564879
        },
        {
            "start": 821564882,
            "stop": 821564888
        },
        {
            "start": 821564891,
            "stop": 821564902
        },
        {
            "start": 821564905,
            "stop": 821564906
        },
        {
            "start": 821564909,
            "stop": 821564910
        },
        {
            "start": 821565271,
            "stop": 821565299
        },
        {
            "start": 821565302,
            "stop": 821565353
        },
        {
            "start": 821565356,
            "stop": 821565440
        }
    ]
}