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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=382",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 383,
    "results": [
        {
            "start": 825899301,
            "stop": 825899303
        },
        {
            "start": 825899369,
            "stop": 825899373
        },
        {
            "start": 825899377,
            "stop": 825899398
        },
        {
            "start": 825899402,
            "stop": 825899408
        },
        {
            "start": 825899536,
            "stop": 825899552
        },
        {
            "start": 825899560,
            "stop": 825899611
        },
        {
            "start": 825899618,
            "stop": 825899657
        },
        {
            "start": 825899661,
            "stop": 825899677
        },
        {
            "start": 825899680,
            "stop": 825899701
        },
        {
            "start": 825899705,
            "stop": 825899710
        },
        {
            "start": 825899719,
            "stop": 825899735
        },
        {
            "start": 825899746,
            "stop": 825899755
        },
        {
            "start": 825899769,
            "stop": 825899806
        },
        {
            "start": 825899813,
            "stop": 825899842
        },
        {
            "start": 825899849,
            "stop": 825899853
        },
        {
            "start": 825899857,
            "stop": 825900031
        },
        {
            "start": 825900038,
            "stop": 825900083
        },
        {
            "start": 825900159,
            "stop": 825900175
        },
        {
            "start": 825900522,
            "stop": 825900555
        },
        {
            "start": 825900563,
            "stop": 825900590
        }
    ]
}