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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=163",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 164,
    "results": [
        {
            "start": 932284290,
            "stop": 932284674
        },
        {
            "start": 932288775,
            "stop": 932289501
        },
        {
            "start": 932289504,
            "stop": 932289844
        },
        {
            "start": 932293443,
            "stop": 932293529
        },
        {
            "start": 932293531,
            "stop": 932293745
        },
        {
            "start": 932293747,
            "stop": 932293938
        },
        {
            "start": 932293941,
            "stop": 932294260
        },
        {
            "start": 932294262,
            "stop": 932295447
        },
        {
            "start": 932295449,
            "stop": 932295486
        },
        {
            "start": 932295488,
            "stop": 932295615
        },
        {
            "start": 932295975,
            "stop": 932296638
        },
        {
            "start": 932296640,
            "stop": 932296804
        },
        {
            "start": 932296806,
            "stop": 932297019
        },
        {
            "start": 932297022,
            "stop": 932297034
        },
        {
            "start": 932297037,
            "stop": 932297049
        },
        {
            "start": 932297052,
            "stop": 932297065
        },
        {
            "start": 932297067,
            "stop": 932297633
        },
        {
            "start": 932297635,
            "stop": 932298604
        },
        {
            "start": 932298608,
            "stop": 932298615
        },
        {
            "start": 932298617,
            "stop": 932298619
        }
    ]
}