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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1048",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1046",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1047,
    "results": [
        {
            "start": 1135628014,
            "stop": 1135629101
        },
        {
            "start": 1135629102,
            "stop": 1135631577
        },
        {
            "start": 1135631580,
            "stop": 1135631715
        },
        {
            "start": 1135631717,
            "stop": 1135632615
        },
        {
            "start": 1135632617,
            "stop": 1135634770
        },
        {
            "start": 1135634771,
            "stop": 1135637426
        },
        {
            "start": 1135637427,
            "stop": 1135641529
        },
        {
            "start": 1135641531,
            "stop": 1135647395
        },
        {
            "start": 1135647397,
            "stop": 1135651270
        },
        {
            "start": 1135664857,
            "stop": 1135667746
        },
        {
            "start": 1135667749,
            "stop": 1135675629
        },
        {
            "start": 1135675632,
            "stop": 1135677210
        },
        {
            "start": 1135677211,
            "stop": 1135677998
        },
        {
            "start": 1135678000,
            "stop": 1135684040
        },
        {
            "start": 1135684042,
            "stop": 1135689198
        },
        {
            "start": 1135689201,
            "stop": 1135692684
        },
        {
            "start": 1135692686,
            "stop": 1135698379
        },
        {
            "start": 1135698381,
            "stop": 1135698457
        },
        {
            "start": 1135703491,
            "stop": 1135706803
        },
        {
            "start": 1135706805,
            "stop": 1135711412
        }
    ]
}