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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8990",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8991,
    "results": [
        {
            "start": 873865709,
            "stop": 873865977
        },
        {
            "start": 873866028,
            "stop": 873866151
        },
        {
            "start": 873866185,
            "stop": 873866216
        },
        {
            "start": 873866239,
            "stop": 873866277
        },
        {
            "start": 873866341,
            "stop": 873866350
        },
        {
            "start": 873866383,
            "stop": 873866499
        },
        {
            "start": 873866519,
            "stop": 873866833
        },
        {
            "start": 873866852,
            "stop": 873866967
        },
        {
            "start": 873867033,
            "stop": 873867038
        },
        {
            "start": 873867059,
            "stop": 873867123
        },
        {
            "start": 873867143,
            "stop": 873867185
        },
        {
            "start": 873867240,
            "stop": 873867384
        },
        {
            "start": 873867417,
            "stop": 873867419
        },
        {
            "start": 873867472,
            "stop": 873867560
        },
        {
            "start": 873867579,
            "stop": 873867795
        },
        {
            "start": 873867814,
            "stop": 873868014
        },
        {
            "start": 873868034,
            "stop": 873868051
        },
        {
            "start": 873868078,
            "stop": 873868079
        },
        {
            "start": 873868113,
            "stop": 873868285
        },
        {
            "start": 873868302,
            "stop": 873868324
        }
    ]
}