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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=84",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 85,
    "results": [
        {
            "start": 830191583,
            "stop": 830191872
        },
        {
            "start": 830192028,
            "stop": 830192053
        },
        {
            "start": 830192117,
            "stop": 830192549
        },
        {
            "start": 830192606,
            "stop": 830193340
        },
        {
            "start": 830193430,
            "stop": 830194262
        },
        {
            "start": 830215516,
            "stop": 830222693
        },
        {
            "start": 830222766,
            "stop": 830227940
        },
        {
            "start": 830229565,
            "stop": 830230006
        },
        {
            "start": 830230109,
            "stop": 830242065
        },
        {
            "start": 830244486,
            "stop": 830258230
        },
        {
            "start": 830258296,
            "stop": 830260876
        },
        {
            "start": 830264097,
            "stop": 830269922
        },
        {
            "start": 830270051,
            "stop": 830270124
        },
        {
            "start": 830270188,
            "stop": 830272317
        },
        {
            "start": 830273621,
            "stop": 830274397
        },
        {
            "start": 830275490,
            "stop": 830275560
        },
        {
            "start": 830275640,
            "stop": 830282204
        },
        {
            "start": 830282331,
            "stop": 830283220
        },
        {
            "start": 830283485,
            "stop": 830285340
        },
        {
            "start": 830287812,
            "stop": 830290753
        }
    ]
}