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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=283",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 284,
    "results": [
        {
            "start": 968035241,
            "stop": 968037437
        },
        {
            "start": 968049156,
            "stop": 968057408
        },
        {
            "start": 968059194,
            "stop": 968059400
        },
        {
            "start": 968062582,
            "stop": 968067310
        },
        {
            "start": 968073269,
            "stop": 968076553
        },
        {
            "start": 968081304,
            "stop": 968081396
        },
        {
            "start": 968088779,
            "stop": 968089370
        },
        {
            "start": 968098510,
            "stop": 968099231
        },
        {
            "start": 968101272,
            "stop": 968106292
        },
        {
            "start": 968123315,
            "stop": 968173339
        },
        {
            "start": 968178685,
            "stop": 968188716
        },
        {
            "start": 968190279,
            "stop": 968199849
        },
        {
            "start": 968200823,
            "stop": 968230871
        },
        {
            "start": 968232954,
            "stop": 968267816
        },
        {
            "start": 968279879,
            "stop": 968282906
        },
        {
            "start": 968286821,
            "stop": 968286930
        },
        {
            "start": 968293822,
            "stop": 968312803
        },
        {
            "start": 968315002,
            "stop": 968356337
        },
        {
            "start": 968356625,
            "stop": 968356975
        },
        {
            "start": 968366905,
            "stop": 968369404
        }
    ]
}