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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=380",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 381,
    "results": [
        {
            "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
        },
        {
            "start": 1182075203,
            "stop": 1182076312
        },
        {
            "start": 1182076313,
            "stop": 1182079088
        },
        {
            "start": 1182079089,
            "stop": 1182083572
        },
        {
            "start": 1182083573,
            "stop": 1182084050
        }
    ]
}