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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8028",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8026",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8027,
    "results": [
        {
            "start": 970412477,
            "stop": 970412479
        },
        {
            "start": 970412489,
            "stop": 970412499
        },
        {
            "start": 970412512,
            "stop": 970412517
        },
        {
            "start": 970412520,
            "stop": 970412536
        },
        {
            "start": 970412539,
            "stop": 970412543
        },
        {
            "start": 970412546,
            "stop": 970412561
        },
        {
            "start": 970412567,
            "stop": 970412569
        },
        {
            "start": 970412572,
            "stop": 970412577
        },
        {
            "start": 970412580,
            "stop": 970412594
        },
        {
            "start": 970412597,
            "stop": 970412619
        },
        {
            "start": 970412626,
            "stop": 970412643
        },
        {
            "start": 970412646,
            "stop": 970412657
        },
        {
            "start": 970412660,
            "stop": 970412670
        },
        {
            "start": 970412673,
            "stop": 970412674
        },
        {
            "start": 970412677,
            "stop": 970412712
        },
        {
            "start": 970412715,
            "stop": 970412726
        },
        {
            "start": 970412729,
            "stop": 970412739
        },
        {
            "start": 970412742,
            "stop": 970412774
        },
        {
            "start": 970412777,
            "stop": 970412779
        },
        {
            "start": 970412782,
            "stop": 970412783
        }
    ]
}