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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=308",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 309,
    "results": [
        {
            "start": 821743523,
            "stop": 821743524
        },
        {
            "start": 821743529,
            "stop": 821743536
        },
        {
            "start": 821743539,
            "stop": 821743540
        },
        {
            "start": 821743543,
            "stop": 821743554
        },
        {
            "start": 821743557,
            "stop": 821743578
        },
        {
            "start": 821743581,
            "stop": 821743587
        },
        {
            "start": 821743591,
            "stop": 821743596
        },
        {
            "start": 821743606,
            "stop": 821743613
        },
        {
            "start": 821743616,
            "stop": 821743619
        },
        {
            "start": 821743622,
            "stop": 821743632
        },
        {
            "start": 821743638,
            "stop": 821743643
        },
        {
            "start": 821743646,
            "stop": 821743652
        },
        {
            "start": 821743655,
            "stop": 821743656
        },
        {
            "start": 821743663,
            "stop": 821743667
        },
        {
            "start": 821743671,
            "stop": 821743674
        },
        {
            "start": 821743677,
            "stop": 821743679
        },
        {
            "start": 821743682,
            "stop": 821743706
        },
        {
            "start": 821743712,
            "stop": 821743714
        },
        {
            "start": 821743717,
            "stop": 821743719
        },
        {
            "start": 821743722,
            "stop": 821743745
        }
    ]
}