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=650
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=651",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=649",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 650,
    "results": [
        {
            "start": 829344755,
            "stop": 829344818
        },
        {
            "start": 829344843,
            "stop": 829344880
        },
        {
            "start": 829344917,
            "stop": 829344938
        },
        {
            "start": 829344958,
            "stop": 829344959
        },
        {
            "start": 829344983,
            "stop": 829345000
        },
        {
            "start": 829345019,
            "stop": 829345023
        },
        {
            "start": 829345052,
            "stop": 829345068
        },
        {
            "start": 829345087,
            "stop": 829345100
        },
        {
            "start": 829346277,
            "stop": 829346281
        },
        {
            "start": 829346388,
            "stop": 829346406
        },
        {
            "start": 829346470,
            "stop": 829346542
        },
        {
            "start": 829346618,
            "stop": 829346637
        },
        {
            "start": 829346656,
            "stop": 829346687
        },
        {
            "start": 829346729,
            "stop": 829346745
        },
        {
            "start": 829346765,
            "stop": 829346803
        },
        {
            "start": 829346822,
            "stop": 829346825
        },
        {
            "start": 829346858,
            "stop": 829346877
        },
        {
            "start": 829346909,
            "stop": 829346950
        },
        {
            "start": 829346988,
            "stop": 829346993
        },
        {
            "start": 829347010,
            "stop": 829347034
        }
    ]
}