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=371
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=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=370",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 371,
    "results": [
        {
            "start": 823176435,
            "stop": 823176785
        },
        {
            "start": 823176788,
            "stop": 823176953
        },
        {
            "start": 823176956,
            "stop": 823177014
        },
        {
            "start": 823177018,
            "stop": 823177035
        },
        {
            "start": 823177038,
            "stop": 823177041
        },
        {
            "start": 823177044,
            "stop": 823177293
        },
        {
            "start": 823177296,
            "stop": 823177385
        },
        {
            "start": 823177388,
            "stop": 823177592
        },
        {
            "start": 823177596,
            "stop": 823177750
        },
        {
            "start": 823177754,
            "stop": 823177929
        },
        {
            "start": 823178003,
            "stop": 823179996
        },
        {
            "start": 823179999,
            "stop": 823180058
        },
        {
            "start": 823180062,
            "stop": 823180818
        },
        {
            "start": 823180822,
            "stop": 823180943
        },
        {
            "start": 823180946,
            "stop": 823181085
        },
        {
            "start": 823181089,
            "stop": 823182028
        },
        {
            "start": 823182031,
            "stop": 823182372
        },
        {
            "start": 823182376,
            "stop": 823182910
        },
        {
            "start": 823182913,
            "stop": 823183311
        },
        {
            "start": 823183314,
            "stop": 823183943
        }
    ]
}