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=535
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=536",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=534",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 535,
    "results": [
        {
            "start": 827190323,
            "stop": 827190346
        },
        {
            "start": 827190350,
            "stop": 827190432
        },
        {
            "start": 827190435,
            "stop": 827190546
        },
        {
            "start": 827190549,
            "stop": 827190784
        },
        {
            "start": 827190792,
            "stop": 827190984
        },
        {
            "start": 827190987,
            "stop": 827191052
        },
        {
            "start": 827191055,
            "stop": 827191057
        },
        {
            "start": 827191061,
            "stop": 827191444
        },
        {
            "start": 827191471,
            "stop": 827191523
        },
        {
            "start": 827191527,
            "stop": 827191565
        },
        {
            "start": 827191568,
            "stop": 827191590
        },
        {
            "start": 827191599,
            "stop": 827191723
        },
        {
            "start": 827191726,
            "stop": 827191768
        },
        {
            "start": 827191789,
            "stop": 827191959
        },
        {
            "start": 827191962,
            "stop": 827192042
        },
        {
            "start": 827192046,
            "stop": 827192099
        },
        {
            "start": 827192102,
            "stop": 827192139
        },
        {
            "start": 827192149,
            "stop": 827192240
        },
        {
            "start": 827192244,
            "stop": 827192261
        },
        {
            "start": 827192264,
            "stop": 827192268
        }
    ]
}