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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=192",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 193,
    "results": [
        {
            "start": 931613000,
            "stop": 931613055
        },
        {
            "start": 931613056,
            "stop": 931613081
        },
        {
            "start": 931613082,
            "stop": 931613126
        },
        {
            "start": 931613128,
            "stop": 931613733
        },
        {
            "start": 931613735,
            "stop": 931613756
        },
        {
            "start": 931613757,
            "stop": 931613818
        },
        {
            "start": 931613820,
            "stop": 931613869
        },
        {
            "start": 931613871,
            "stop": 931613874
        },
        {
            "start": 931613877,
            "stop": 931613892
        },
        {
            "start": 931613893,
            "stop": 931613895
        },
        {
            "start": 931613896,
            "stop": 931613898
        },
        {
            "start": 931613902,
            "stop": 931613906
        },
        {
            "start": 931613908,
            "stop": 931613929
        },
        {
            "start": 931613931,
            "stop": 931614118
        },
        {
            "start": 931614120,
            "stop": 931614162
        },
        {
            "start": 931614164,
            "stop": 931614176
        },
        {
            "start": 931614178,
            "stop": 931614190
        },
        {
            "start": 931614191,
            "stop": 931614221
        },
        {
            "start": 931614223,
            "stop": 931614225
        },
        {
            "start": 931614227,
            "stop": 931614262
        }
    ]
}