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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=104",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 105,
    "results": [
        {
            "start": 826641419,
            "stop": 826642204
        },
        {
            "start": 826642504,
            "stop": 826643593
        },
        {
            "start": 826645094,
            "stop": 826648917
        },
        {
            "start": 826648920,
            "stop": 826656833
        },
        {
            "start": 826656837,
            "stop": 826658331
        },
        {
            "start": 826659118,
            "stop": 826660794
        },
        {
            "start": 826661094,
            "stop": 826662103
        },
        {
            "start": 826662107,
            "stop": 826666681
        },
        {
            "start": 826673817,
            "stop": 826681296
        },
        {
            "start": 826681406,
            "stop": 826681425
        },
        {
            "start": 826681725,
            "stop": 826681755
        },
        {
            "start": 826682402,
            "stop": 826685365
        },
        {
            "start": 826685665,
            "stop": 826686358
        },
        {
            "start": 826686782,
            "stop": 826700204
        },
        {
            "start": 826700653,
            "stop": 826709211
        },
        {
            "start": 826709321,
            "stop": 826709402
        },
        {
            "start": 826709702,
            "stop": 826717364
        },
        {
            "start": 826717794,
            "stop": 826718226
        },
        {
            "start": 826718856,
            "stop": 826724400
        },
        {
            "start": 826724702,
            "stop": 826730473
        }
    ]
}