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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=170",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 171,
    "results": [
        {
            "start": 1126763137,
            "stop": 1126763444
        },
        {
            "start": 1126763446,
            "stop": 1126763731
        },
        {
            "start": 1126763733,
            "stop": 1126763808
        },
        {
            "start": 1126763809,
            "stop": 1126763815
        },
        {
            "start": 1126763816,
            "stop": 1126763888
        },
        {
            "start": 1126763889,
            "stop": 1126763961
        },
        {
            "start": 1126763962,
            "stop": 1126764078
        },
        {
            "start": 1126764079,
            "stop": 1126764174
        },
        {
            "start": 1126764176,
            "stop": 1126764499
        },
        {
            "start": 1126764501,
            "stop": 1126764555
        },
        {
            "start": 1126764556,
            "stop": 1126764745
        },
        {
            "start": 1126764747,
            "stop": 1126764900
        },
        {
            "start": 1126764901,
            "stop": 1126764922
        },
        {
            "start": 1126764923,
            "stop": 1126765268
        },
        {
            "start": 1126765269,
            "stop": 1126765414
        },
        {
            "start": 1126765416,
            "stop": 1126765634
        },
        {
            "start": 1126765635,
            "stop": 1126765674
        },
        {
            "start": 1126765676,
            "stop": 1126765738
        },
        {
            "start": 1126765745,
            "stop": 1126766002
        },
        {
            "start": 1126766003,
            "stop": 1126766225
        }
    ]
}