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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=246",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 247,
    "results": [
        {
            "start": 934289905,
            "stop": 934290015
        },
        {
            "start": 934290255,
            "stop": 934290395
        },
        {
            "start": 934290400,
            "stop": 934290879
        },
        {
            "start": 934290884,
            "stop": 934290972
        },
        {
            "start": 934290977,
            "stop": 934291001
        },
        {
            "start": 934291006,
            "stop": 934291016
        },
        {
            "start": 934291021,
            "stop": 934291031
        },
        {
            "start": 934291036,
            "stop": 934291108
        },
        {
            "start": 934291113,
            "stop": 934291747
        },
        {
            "start": 934294840,
            "stop": 934294921
        },
        {
            "start": 934294926,
            "stop": 934295192
        },
        {
            "start": 934295197,
            "stop": 934295555
        },
        {
            "start": 934295560,
            "stop": 934296010
        },
        {
            "start": 934296012,
            "stop": 934296089
        },
        {
            "start": 934296094,
            "stop": 934296459
        },
        {
            "start": 934296468,
            "stop": 934296517
        },
        {
            "start": 934296522,
            "stop": 934296595
        },
        {
            "start": 934296600,
            "stop": 934297215
        },
        {
            "start": 934297455,
            "stop": 934297690
        },
        {
            "start": 934297695,
            "stop": 934297854
        }
    ]
}