Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=242
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=241",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 242,
    "results": [
        {
            "start": 934527760,
            "stop": 934527784
        },
        {
            "start": 934527786,
            "stop": 934527817
        },
        {
            "start": 934527819,
            "stop": 934527833
        },
        {
            "start": 934527838,
            "stop": 934531255
        },
        {
            "start": 934534908,
            "stop": 934534959
        },
        {
            "start": 934534961,
            "stop": 934534968
        },
        {
            "start": 934534970,
            "stop": 934535011
        },
        {
            "start": 934535013,
            "stop": 934535017
        },
        {
            "start": 934535019,
            "stop": 934535034
        },
        {
            "start": 934535038,
            "stop": 934538566
        },
        {
            "start": 934538569,
            "stop": 934538583
        },
        {
            "start": 934538585,
            "stop": 934538592
        },
        {
            "start": 934538594,
            "stop": 934538617
        },
        {
            "start": 934538619,
            "stop": 934538633
        },
        {
            "start": 934538638,
            "stop": 934539852
        },
        {
            "start": 934543178,
            "stop": 934545759
        },
        {
            "start": 934545761,
            "stop": 934545767
        },
        {
            "start": 934545770,
            "stop": 934545785
        },
        {
            "start": 934545787,
            "stop": 934545792
        },
        {
            "start": 934545794,
            "stop": 934545810
        }
    ]
}