Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=334
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=333",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 334,
    "results": [
        {
            "start": 1182057384,
            "stop": 1182057501
        },
        {
            "start": 1182057502,
            "stop": 1182057504
        },
        {
            "start": 1182057506,
            "stop": 1182057560
        },
        {
            "start": 1182057561,
            "stop": 1182057681
        },
        {
            "start": 1182057682,
            "stop": 1182057739
        },
        {
            "start": 1182057741,
            "stop": 1182057835
        },
        {
            "start": 1182057836,
            "stop": 1182058006
        },
        {
            "start": 1182058008,
            "stop": 1182058041
        },
        {
            "start": 1182058042,
            "stop": 1182058056
        },
        {
            "start": 1182058057,
            "stop": 1182058074
        },
        {
            "start": 1182058076,
            "stop": 1182058078
        },
        {
            "start": 1182058080,
            "stop": 1182058964
        },
        {
            "start": 1182058965,
            "stop": 1182059039
        },
        {
            "start": 1182059041,
            "stop": 1182059299
        },
        {
            "start": 1182059302,
            "stop": 1182059362
        },
        {
            "start": 1182059363,
            "stop": 1182059466
        },
        {
            "start": 1182059467,
            "stop": 1182059482
        },
        {
            "start": 1182059484,
            "stop": 1182059489
        },
        {
            "start": 1182059491,
            "stop": 1182059551
        },
        {
            "start": 1182061675,
            "stop": 1182065782
        }
    ]
}