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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=149",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 150,
    "results": [
        {
            "start": 839347669,
            "stop": 839348475
        },
        {
            "start": 839349097,
            "stop": 839349939
        },
        {
            "start": 839349962,
            "stop": 839350254
        },
        {
            "start": 839350255,
            "stop": 839350256
        },
        {
            "start": 839350257,
            "stop": 839361317
        },
        {
            "start": 839362462,
            "stop": 839363021
        },
        {
            "start": 839364729,
            "stop": 839368383
        },
        {
            "start": 839368386,
            "stop": 839368414
        },
        {
            "start": 839368453,
            "stop": 839371053
        },
        {
            "start": 839371945,
            "stop": 839384815
        },
        {
            "start": 839385652,
            "stop": 839442655
        },
        {
            "start": 839442657,
            "stop": 839512081
        },
        {
            "start": 839512089,
            "stop": 839531966
        },
        {
            "start": 839533524,
            "stop": 839564716
        },
        {
            "start": 839565795,
            "stop": 839596841
        },
        {
            "start": 839596849,
            "stop": 839598987
        },
        {
            "start": 839598989,
            "stop": 839605223
        },
        {
            "start": 839606746,
            "stop": 839626469
        },
        {
            "start": 839626474,
            "stop": 839626504
        },
        {
            "start": 839627382,
            "stop": 839628930
        }
    ]
}