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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=455",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=453",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 454,
    "results": [
        {
            "start": 825911847,
            "stop": 825911848
        },
        {
            "start": 825911900,
            "stop": 825911902
        },
        {
            "start": 825912202,
            "stop": 825912215
        },
        {
            "start": 825912219,
            "stop": 825912235
        },
        {
            "start": 825912240,
            "stop": 825912271
        },
        {
            "start": 825912274,
            "stop": 825912308
        },
        {
            "start": 825912312,
            "stop": 825912320
        },
        {
            "start": 825912333,
            "stop": 825912339
        },
        {
            "start": 825912343,
            "stop": 825912349
        },
        {
            "start": 825912365,
            "stop": 825912417
        },
        {
            "start": 825912421,
            "stop": 825912436
        },
        {
            "start": 825912440,
            "stop": 825912637
        },
        {
            "start": 825912640,
            "stop": 825912641
        },
        {
            "start": 825912649,
            "stop": 825912699
        },
        {
            "start": 825912702,
            "stop": 825912728
        },
        {
            "start": 825912731,
            "stop": 825912817
        },
        {
            "start": 825912927,
            "stop": 825913103
        },
        {
            "start": 825913106,
            "stop": 825913193
        },
        {
            "start": 825913759,
            "stop": 825913806
        },
        {
            "start": 825913810,
            "stop": 825913813
        }
    ]
}