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=469
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=470",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=468",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 469,
    "results": [
        {
            "start": 827795700,
            "stop": 827795940
        },
        {
            "start": 827796000,
            "stop": 827796060
        },
        {
            "start": 827796120,
            "stop": 827796720
        },
        {
            "start": 827796840,
            "stop": 827799410
        },
        {
            "start": 827799490,
            "stop": 827801570
        },
        {
            "start": 827801650,
            "stop": 827802704
        },
        {
            "start": 827802885,
            "stop": 827803670
        },
        {
            "start": 827803750,
            "stop": 827806250
        },
        {
            "start": 827806330,
            "stop": 827808584
        },
        {
            "start": 827808765,
            "stop": 827808840
        },
        {
            "start": 827808960,
            "stop": 827810270
        },
        {
            "start": 827810350,
            "stop": 827817733
        },
        {
            "start": 827820324,
            "stop": 827826284
        },
        {
            "start": 827826465,
            "stop": 827833037
        },
        {
            "start": 827833065,
            "stop": 827842004
        },
        {
            "start": 827842185,
            "stop": 827842244
        },
        {
            "start": 827842425,
            "stop": 827847271
        },
        {
            "start": 827847278,
            "stop": 827847282
        },
        {
            "start": 827847290,
            "stop": 827847291
        },
        {
            "start": 827847308,
            "stop": 827847324
        }
    ]
}