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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=128",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 129,
    "results": [
        {
            "start": 932033736,
            "stop": 932033749
        },
        {
            "start": 932033751,
            "stop": 932033763
        },
        {
            "start": 932033766,
            "stop": 932033778
        },
        {
            "start": 932033782,
            "stop": 932033794
        },
        {
            "start": 932033796,
            "stop": 932033823
        },
        {
            "start": 932033826,
            "stop": 932033854
        },
        {
            "start": 932033856,
            "stop": 932033868
        },
        {
            "start": 932033871,
            "stop": 932033883
        },
        {
            "start": 932033887,
            "stop": 932033898
        },
        {
            "start": 932033901,
            "stop": 932033913
        },
        {
            "start": 932033916,
            "stop": 932033928
        },
        {
            "start": 932033931,
            "stop": 932034490
        },
        {
            "start": 932034730,
            "stop": 932034790
        },
        {
            "start": 932035030,
            "stop": 932035270
        },
        {
            "start": 932035330,
            "stop": 932035354
        },
        {
            "start": 932035357,
            "stop": 932036415
        },
        {
            "start": 932036775,
            "stop": 932037979
        },
        {
            "start": 932037982,
            "stop": 932038560
        },
        {
            "start": 932041437,
            "stop": 932041709
        },
        {
            "start": 932041714,
            "stop": 932042076
        }
    ]
}